summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Mikulėnas2017-03-30 08:30:01 +0300
committerMantas Mikulėnas2017-03-30 08:30:25 +0300
commit71a44702a2babc230be49807b4d1f0f25d47b709 (patch)
treed667ce54cd48921da75e84dcd8572f7ce5982159
parent5c6d7c98529ad9295a21e76810f4caaf0cebed3d (diff)
downloadaur-71a44702a2babc230be49807b4d1f0f25d47b709.tar.gz
release 0.5.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f08f63107dc2..5b3d428c9d8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Mar 30 05:28:45 UTC 2017
+# Thu Mar 30 05:30:16 UTC 2017
pkgbase = lispmob
pkgdesc = Locator/ID Separation Protocol (LISP) and LISP Mobile Node implementation
- pkgver = 0.4.1
+ pkgver = 0.5.2.1
pkgrel = 1
url = http://lispmob.org
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = lispmob
depends = confuse
depends = libcap
backup = etc/lispd.conf
- source = git://github.com/LISPmob/lispmob.git#tag=0.4.1
+ source = git+https://github.com/LISPmob/lispmob.git#tag=0.5.2.1
source = lispd.service
sha256sums = SKIP
sha256sums = dcad9ed9b3f643794c5021d4cbddf4fa0ba99177465394ecdcf943fcf8019520
diff --git a/PKGBUILD b/PKGBUILD
index 81c53dd1d020..7f9f23271307 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michiel <code[at]m01[dot]eu>
pkgname=lispmob
-pkgver=0.4.1
+pkgver=0.5.2.1
pkgrel=1
pkgdesc="Locator/ID Separation Protocol (LISP) and LISP Mobile Node implementation"
url="http://lispmob.org"
@@ -9,7 +9,7 @@ license=('GPL2')
depends=('openssl' 'confuse' 'libcap')
makedepends=('git' 'gengetopt')
backup=("etc/lispd.conf")
-source=("git://github.com/LISPmob/lispmob.git#tag=${pkgver}"
+source=("git+https://github.com/LISPmob/lispmob.git#tag=${pkgver}"
"lispd.service")
sha256sums=('SKIP'
'dcad9ed9b3f643794c5021d4cbddf4fa0ba99177465394ecdcf943fcf8019520')