summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPandada82015-11-23 13:19:26 +0800
committerPandada82015-11-23 13:19:26 +0800
commitff93952f1eb9a3c8110ab0fb3c26ef38c430d3bf (patch)
treea13a463a8785efdacb47b9add49f9c2b01094919
parentb06ecf217ed6ae8f415a5419d49fbf4386116393 (diff)
downloadaur-ff93952f1eb9a3c8110ab0fb3c26ef38c430d3bf.tar.gz
bump version to 1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e62717b29e22..5cca9cadb766 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zerotier-one-with-controller
pkgdesc = Creates virtual Ethernet networks of almost unlimited size. controller node version
- pkgver = 1.0.5
+ pkgver = 1.1.0
pkgrel = 1
url = https://www.zerotier.com/index.html
arch = i686
@@ -10,8 +10,8 @@ pkgbase = zerotier-one-with-controller
depends = sqlite
conflicts = zerotier-one
conflicts = zerotier-one-lastest
- source = https://github.com/zerotier/ZeroTierOne/archive/1.0.5.tar.gz
- sha1sums = de1dfb3ecc3bcbdea38388f51e91ac5927eba2b6
+ source = https://github.com/zerotier/ZeroTierOne/archive/1.1.0.tar.gz
+ sha1sums = c28e7467fe7a74d2b2ba2acd8c6f8955d37dde25
pkgname = zerotier-one-with-controller
diff --git a/PKGBUILD b/PKGBUILD
index b819e0acfc4f..4e22a12786eb 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.0.5
+pkgver=1.1.0
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=('de1dfb3ecc3bcbdea38388f51e91ac5927eba2b6')
+sha1sums=('c28e7467fe7a74d2b2ba2acd8c6f8955d37dde25')
build() {
cd "$srcdir/ZeroTierOne-$pkgver"