summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpandada82016-07-16 11:56:39 +0800
committerpandada82016-07-16 11:56:39 +0800
commit5592551bd5d82863630e56dc02456dbf5402c011 (patch)
tree7b443d79f8e5d3c856e3eaee51b335c5bf38e43c
parentbe932b86f7a0135635c518b2a5a2e709270e7f4c (diff)
downloadaur-5592551bd5d82863630e56dc02456dbf5402c011.tar.gz
bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 860b0142fba0..0da08e8f9934 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jan 22 02:17:12 UTC 2016
+# Sat Jul 16 03:54:04 UTC 2016
pkgbase = zerotier-one-with-controller
pkgdesc = Creates virtual Ethernet networks of almost unlimited size. controller node version
- pkgver = 1.1.4
+ pkgver = 1.1.10
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.4.tar.gz
- sha1sums = 24e5d8ff825f77a7f85b2d08647624bf06bc9f09
+ source = https://github.com/zerotier/ZeroTierOne/archive/1.1.10.tar.gz
+ sha1sums = 1a8ab64209ceb9da4659876e88e6946c90ab2670
pkgname = zerotier-one-with-controller
diff --git a/PKGBUILD b/PKGBUILD
index 27682e848aba..f93392d1e24f 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.4
+pkgver=1.1.10
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=('24e5d8ff825f77a7f85b2d08647624bf06bc9f09')
+sha1sums=('1a8ab64209ceb9da4659876e88e6946c90ab2670')
build() {
cd "$srcdir/ZeroTierOne-$pkgver"
@@ -30,7 +30,7 @@ package() {
cd "$srcdir/ZeroTierOne-$pkgver"
mkdir -p $pkgdir/var/lib/zerotier-one $pkgdir/usr/bin $pkgdir/usr/lib/systemd/system
install zerotier-one $pkgdir/var/lib/zerotier-one
- install ext/installfiles/linux/systemd/zerotier-one.service $pkgdir/usr/lib/systemd/system
+ install debian/zerotier-one.service $pkgdir/usr/lib/systemd/system
cd $pkgdir/usr/bin
ln -s ../../var/lib/zerotier-one/zerotier-one zerotier-cli
ln -s ../../var/lib/zerotier-one/zerotier-one zerotier-idtool