Skip to content

Commit

Permalink
update more versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarning committed May 18, 2018
1 parent 2bfd2a1 commit b6b2cc6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion archlinux/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Moritz Warning <[email protected]>

pkgname=kadnode
pkgver=2.2.0
pkgver=2.2.1
pkgrel=1

pkgdesc='A P2P based DNS resolver'
Expand Down
2 changes: 1 addition & 1 deletion macos/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

VERSION="2.2.0"
VERSION="2.2.1"

#go to the projects root folder
cd ..
Expand Down
10 changes: 3 additions & 7 deletions openwrt/kadnode/Makefile
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk


PKG_NAME:=kadnode
PKG_VERSION:=2.2.0
PKG_RELEASE:=2
PKG_VERSION:=2.2.1
PKG_RELEASE:=1

PKG_LICENSE:=MIT

PKG_SOURCE_URL:=https://codeload.github.com/mwarning/KadNode/tar.gz/v$(PKG_VERSION)?
PKG_SOURCE:=KadNode-$(PKG_VERSION).tar.gz
PKG_HASH:=1b3ccaa01cbb7548ef268d8b562059452826dc774529303c494418d1a450ca97
PKG_HASH:=517f99145a7e64510e211d166ccda8b344dcc29e3ccdddb82d533c08321bf412
PKG_BUILD_DIR:=$(BUILD_DIR)/KadNode-$(PKG_VERSION)


Expand Down
4 changes: 2 additions & 2 deletions windows/kadnode.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Setup]
AppName=KadNode
AppVersion="2.2.0"
AppVersion="2.2.1"
AppPublisher="Moritz Warning"
AppPublisherURL="https://github.com/mwarning/KadNode"
DefaultDirName={pf}\KadNode
Expand All @@ -11,7 +11,7 @@ PrivilegesRequired=admin
AllowNoIcons=yes
LicenseFile=..\LICENSE
OutputDir=..\build
OutputBaseFilename=kadnode_2.0.2_i386
OutputBaseFilename=kadnode_2.2.1_i386
Compression=lzma
SolidCompression=yes

Expand Down

0 comments on commit b6b2cc6

Please sign in to comment.