summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Cabanilla2015-11-26 08:32:23 -0500
committerCarlo Cabanilla2015-11-26 08:32:23 -0500
commitaaba4cd82b22ec57d9aeb76f064998471f84d7ea (patch)
treeafc94a4cbfdbebff8f96e04e53efae0eee0309e1
parent8a9814f76a218ba7cee3ce968433dea29e78b7e0 (diff)
downloadaur-aaba4cd82b22ec57d9aeb76f064998471f84d7ea.tar.gz
upgrade to 500.4567
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD10
2 files changed, 16 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3d0b74ec3a4..983482c8db4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pertino
pkgdesc = Cloud-based VPN client
- pkgver = 470.4537
+ pkgver = 500.4567
pkgrel = 1
url = http://pertino.com/
install = pertino.install
@@ -12,16 +12,16 @@ pkgbase = pertino
backup = usr/share/pgateway/conf/client.conf
source_i686 = client.conf
source_i686 = pgateway.service
- source_i686 = http://download.pertino.com/clients/linux/470-4537/pertino_470.4537-1_i386.deb
- sha1sums_i686 = 16c08a94d0e72d610fef71ed6ed0839db56d6484
- sha1sums_i686 = 1ed8d0eef425ca9ee605c3e9510010065e71b222
- sha1sums_i686 = b70d22aaa843c5b99661778dfb789480d601af99
+ source_i686 = http://download.pertino.com/clients/linux/500-4567/pertino_500.4567-1_i386.deb
+ md5sums_i686 = 6860e827d05c06b63dad13fbc0b947c8
+ md5sums_i686 = c8dd2304f286498e215543a4651b4e37
+ md5sums_i686 = c12e420b9fa84157ec45500431f65b90
source_x86_64 = client.conf
source_x86_64 = pgateway.service
- source_x86_64 = http://download.pertino.com/clients/linux/470-4537/pertino_470.4537-1_amd64.deb
- sha1sums_x86_64 = 16c08a94d0e72d610fef71ed6ed0839db56d6484
- sha1sums_x86_64 = 1ed8d0eef425ca9ee605c3e9510010065e71b222
- sha1sums_x86_64 = 891650db47a3943234d3d31d7b6be6aef729edb6
+ source_x86_64 = http://download.pertino.com/clients/linux/500-4567/pertino_500.4567-1_amd64.deb
+ md5sums_x86_64 = 6860e827d05c06b63dad13fbc0b947c8
+ md5sums_x86_64 = c8dd2304f286498e215543a4651b4e37
+ md5sums_x86_64 = 9e639b0df3da34e09f4f442d9bbae948
pkgname = pertino
diff --git a/PKGBUILD b/PKGBUILD
index 61989416a99c..5eba9eb737bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Carlo Cabanilla <carlo.cabanilla@gmail.com>
pkgname=pertino
-pkgver=470.4537
+pkgver=500.4567
pkgrel=1
pkgdesc="Cloud-based VPN client"
arch=(i686 x86_64)
@@ -12,8 +12,6 @@ _srcfileprefix="${pkgname}_${pkgver}-1_"
source_i686=("client.conf" "pgateway.service" "http://download.pertino.com/clients/linux/$(echo $pkgver | tr . -)/${_srcfileprefix}i386.deb")
source_x86_64=("client.conf" "pgateway.service" "http://download.pertino.com/clients/linux/$(echo $pkgver | tr . -)/${_srcfileprefix}amd64.deb")
noextract=("${source[@]%%::*}")
-sha1sums_i686=(16c08a94d0e72d610fef71ed6ed0839db56d6484 1ed8d0eef425ca9ee605c3e9510010065e71b222 b70d22aaa843c5b99661778dfb789480d601af99)
-sha1sums_x86_64=(16c08a94d0e72d610fef71ed6ed0839db56d6484 1ed8d0eef425ca9ee605c3e9510010065e71b222 891650db47a3943234d3d31d7b6be6aef729edb6)
install=${pkgname}.install
backup=(usr/share/pgateway/conf/client.conf)
@@ -52,3 +50,9 @@ package() {
ln -s "/usr/share/pgateway/pGateway" "$pkgdir/usr/bin/pGateway"
ln -s "/usr/share/pgateway/pertino" "$pkgdir/usr/bin/pertino"
}
+md5sums_i686=('6860e827d05c06b63dad13fbc0b947c8'
+ 'c8dd2304f286498e215543a4651b4e37'
+ 'c12e420b9fa84157ec45500431f65b90')
+md5sums_x86_64=('6860e827d05c06b63dad13fbc0b947c8'
+ 'c8dd2304f286498e215543a4651b4e37'
+ '9e639b0df3da34e09f4f442d9bbae948')