summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpandada82016-01-10 13:17:20 +0800
committerpandada82016-01-10 13:17:35 +0800
commit6c4f397dfa3c3b54739f5c264c1d0544a5b76673 (patch)
treeaa6ccf1b9be741870eb951e85422ed4efa85cc8d
parentd0bc1263a60ad4f1973627e3fce23becc06b5a71 (diff)
downloadaur-6c4f397dfa3c3b54739f5c264c1d0544a5b76673.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cca9cadb766..d9a0736dfaa5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Jan 10 05:15:03 UTC 2016
pkgbase = zerotier-one-with-controller
pkgdesc = Creates virtual Ethernet networks of almost unlimited size. controller node version
- pkgver = 1.1.0
+ pkgver = 1.1.2
pkgrel = 1
url = https://www.zerotier.com/index.html
arch = i686
@@ -10,7 +12,7 @@ pkgbase = zerotier-one-with-controller
depends = sqlite
conflicts = zerotier-one
conflicts = zerotier-one-lastest
- source = https://github.com/zerotier/ZeroTierOne/archive/1.1.0.tar.gz
+ source = https://github.com/zerotier/ZeroTierOne/archive/1.1.2.tar.gz
sha1sums = c28e7467fe7a74d2b2ba2acd8c6f8955d37dde25
pkgname = zerotier-one-with-controller
diff --git a/PKGBUILD b/PKGBUILD
index d8679e059768..6f94e7e25dfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Harry Jeffery <harry|@|exec64|.|co|.|uk>
# Contributor: Alex Jordan <alexander3223098@gmail.com>
pkgname=zerotier-one-with-controller
-pkgver=1.1.0
+pkgver=1.1.2
pkgrel=1
pkgdesc="Creates virtual Ethernet networks of almost unlimited size. controller node version"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=("gcc-libs" "sqlite")
makedepends=()
conflicts=("zerotier-one" "zerotier-one-lastest")
source=("https://github.com/zerotier/ZeroTierOne/archive/$pkgver.tar.gz")
-sha1sums=('c28e7467fe7a74d2b2ba2acd8c6f8955d37dde25')
+sha1sums=('6869e2ecf16fd8aaeeb0d04027cc7a9ad02a98d6')
build() {
cd "$srcdir/ZeroTierOne-$pkgver"