diff options
author | Nicolas Ginder | 2017-04-22 17:40:48 +0100 |
---|---|---|
committer | Nicolas Ginder | 2017-04-22 17:40:48 +0100 |
commit | ddddf7d38d58e5342ed853e1575c067004f85260 (patch) | |
tree | d80ecc1fd214174322b5d18affb5235f9cb1dd30 | |
parent | af6882dabccd92c13ccac751b1aeecc9de852290 (diff) | |
download | aur-ddddf7d38d58e5342ed853e1575c067004f85260.tar.gz |
upgrade
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 7 insertions, 7 deletions
@@ -1,13 +1,13 @@ pkgbase = torguard pkgdesc = TorGuard VPN Software Stay private online with TorGuard's anonymous VPN software and connect to 37+ countries worldwide. - pkgver = 0.3.62 + pkgver = 0.3.67 pkgrel = 1 url = www.torguard.com arch = x86_64 license = custom depends = iproute2 - source = code_x64_0.3.62.tar.gz::http://updates.torguard.biz/Software/Linux/torguard-v0.3.62-amd64.tar.gz - md5sums = 9411604cc16e9b9ab79c6fd46df00241 + source = code_x64_0.3.67.tar.gz::http://updates.torguard.biz/Software/Linux/torguard-v0.3.67-amd64.tar.gz + md5sums = 399d193a0de01326cb56bccd7fbe4d40 pkgname = torguard @@ -1,5 +1,5 @@ pkgname=torguard -pkgver=0.3.62 +pkgver=0.3.67 pkgrel=1 pkgdesc="TorGuard VPN Software Stay private online with TorGuard's anonymous VPN software and connect to 37+ countries worldwide." @@ -7,13 +7,13 @@ arch=('x86_64') url="www.torguard.com" depends=('iproute2') license=(custom) -source=(code_x64_${pkgver}.tar.gz::http://updates.torguard.biz/Software/Linux/torguard-v0.3.62-amd64.tar.gz) -md5sums=('9411604cc16e9b9ab79c6fd46df00241') +source=(code_x64_${pkgver}.tar.gz::http://updates.torguard.biz/Software/Linux/torguard-v0.3.67-amd64.tar.gz) +md5sums=('399d193a0de01326cb56bccd7fbe4d40') package() { mkdir -p "$pkgdir/opt/${pkgname}" - cp -r "${srcdir}/${pkgname}-v0.3.62-amd64/"* "${pkgdir}/opt/${pkgname}" -R + cp -r "${srcdir}/${pkgname}-v0.3.67-amd64/"* "${pkgdir}/opt/${pkgname}" -R find "$pkgdir" -type f -exec chmod 644 {} \; find "$pkgdir" -name torguard -exec chmod 755 {} \; find "$pkgdir" -name torguard-wrapper -exec chmod 755 {} \; |