summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpandada82016-07-16 19:11:42 +0800
committerpandada82016-07-16 19:14:38 +0800
commit0d7347014001314cfe83b44730bc8995ef04cd7a (patch)
tree0b78b56fff54e12199fee07189c436d7cd7a468f
parent5592551bd5d82863630e56dc02456dbf5402c011 (diff)
downloadaur-0d7347014001314cfe83b44730bc8995ef04cd7a.tar.gz
bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0da08e8f9934..218ae25ef26a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jul 16 03:54:04 UTC 2016
+# Sat Jul 16 11:14:15 UTC 2016
pkgbase = zerotier-one-with-controller
pkgdesc = Creates virtual Ethernet networks of almost unlimited size. controller node version
- pkgver = 1.1.10
+ pkgver = 1.1.12
pkgrel = 1
url = https://www.zerotier.com/index.html
arch = i686
@@ -12,8 +12,8 @@ pkgbase = zerotier-one-with-controller
depends = sqlite
conflicts = zerotier-one
conflicts = zerotier-one-lastest
- source = https://github.com/zerotier/ZeroTierOne/archive/1.1.10.tar.gz
- sha1sums = 1a8ab64209ceb9da4659876e88e6946c90ab2670
+ source = https://github.com/zerotier/ZeroTierOne/archive/1.1.12.tar.gz
+ sha1sums = 854d32b1af1f1e29f62d78021f51b6de5bc3a51d
pkgname = zerotier-one-with-controller
diff --git a/PKGBUILD b/PKGBUILD
index f93392d1e24f..1d2c22d5952b 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.10
+pkgver=1.1.12
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=('1a8ab64209ceb9da4659876e88e6946c90ab2670')
+sha1sums=('854d32b1af1f1e29f62d78021f51b6de5bc3a51d')
build() {
cd "$srcdir/ZeroTierOne-$pkgver"