summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef62f5c561a8..e37c81b924da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = knc
pkgdesc = kerberised netcat, provides mutually authenticated tunnel
- pkgver = 1.10.r231.geffa13c
+ pkgver = 1.12.r263.gc498ccf
pkgrel = 1
url = http://oskt.secure-endpoints.com/knc.html
arch = i686
arch = x86_64
license = MIT
depends = krb5
- source = git+https://github.com/elric1/knc.git
+ source = git+https://github.com/elric1/knc.git#commit=c498ccf95b96a63e495b13434c876481cb824e41
sha256sums = SKIP
pkgname = knc
diff --git a/PKGBUILD b/PKGBUILD
index 8245472117f1..3575c238d36a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,21 @@
# Contributor: Mantas Mikulėnas <grawity@gmail.com>
# Contributor: Christian Neukirchen <chneukirchen@gmail.com>
pkgname=knc
-pkgver=1.10.r231.geffa13c
+pkgver=1.12.r263.gc498ccf
pkgrel=1
pkgdesc="kerberised netcat, provides mutually authenticated tunnel"
arch=('i686' 'x86_64')
url="http://oskt.secure-endpoints.com/knc.html"
license=('MIT')
depends=('krb5')
-source=('git+https://github.com/elric1/knc.git')
+_commit=c498ccf95b96a63e495b13434c876481cb824e41 # 1.12
+source=("git+https://github.com/elric1/knc.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
cd "$srcdir/knc"
+ #git tag -f 1.12 c498ccf95b96a63e495b13434c876481cb824e41
#git tag -f 1.10 effa13c08b9aa6e4c10336a3cf118eea289ca14d
#git tag -f 1.8 712fc0fb1fc3b9de0200dee9bcdd7f8a1fc1aa78
#git describe --tags | sed "s/-/.r/; s/-/./"