Skip to content

Commit 6b13408

Browse files
stokitomwarning
authored andcommitted
bump version to v2.4.0
1 parent 6216b18 commit 6b13408

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

archlinux/PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Moritz Warning <[email protected]>
22

33
pkgname=kadnode
4-
pkgver=2.3.0
4+
pkgver=2.4.0
55
pkgrel=1
66

77
pkgdesc='A P2P based DNS resolver'

macos/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
VERSION="2.2.1"
3+
VERSION="2.4.0"
44

55
#go to the projects root folder
66
cd ..

openwrt/kadnode/Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ PKG_NAME:=kadnode
55
PKG_VERSION:=2.4.0
66
PKG_RELEASE:=1
77

8-
PKG_SOURCE_URL:=https://codeload.github.com/mwarning/KadNode/tar.gz/v$(PKG_VERSION)?
9-
PKG_SOURCE:=kadnode-$(PKG_VERSION).tar.gz
10-
PKG_HASH:=abb2ca66fb525fab53157d5486bbb43e3a522a4bdc9280a3dcb8cb403ee08583
11-
PKG_BUILD_DIR:=$(BUILD_DIR)/KadNode-$(PKG_VERSION)
8+
PKG_SOURCE_PROTO:=git
9+
PKG_SOURCE_URL:=https://github.com/mwarning/KadNode
10+
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
11+
PKG_MIRROR_HASH:=9e5f503785f5f894f951c747c00586233b75254e91d2555f83b14ee2f07214c9
1212

1313
PKG_MAINTAINER:=Moritz Warning <[email protected]>
1414
PKG_LICENSE:=MIT

windows/kadnode.iss

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[Setup]
44
AppName=KadNode
5-
AppVersion="2.3.0"
5+
AppVersion="2.4.0"
66
AppPublisher="Moritz Warning"
77
AppPublisherURL="https://github.com/mwarning/KadNode"
88
DefaultDirName={pf}\KadNode
@@ -11,7 +11,7 @@ PrivilegesRequired=admin
1111
AllowNoIcons=yes
1212
LicenseFile=..\LICENSE
1313
OutputDir=..\build
14-
OutputBaseFilename=kadnode_2.3.0_amd64
14+
OutputBaseFilename=kadnode_2.4.0_amd64
1515
Compression=lzma
1616
SolidCompression=yes
1717

0 commit comments

Comments
 (0)