summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Brock2024-03-24 23:15:58 +0100
committerLaurent Brock2024-03-24 23:15:58 +0100
commit3bf69823fb0e4236be1a3af20ca8de04d427aa2d (patch)
treec90ebc7e08b582b6c6520458000cb0b5200abcc0
parent00d0cf63a96815e014d30cc279c5261e2d8616b7 (diff)
downloadaur-3bf69823fb0e4236be1a3af20ca8de04d427aa2d.tar.gz
Update to 3.5.6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8560f757499c..d4acdca8aac9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = piavpn-bin
pkgdesc = Private Internet Access client
- pkgver = 3.5.5
+ pkgver = 3.5.6
pkgrel = 1
epoch = 1
url = https://privateinternetaccess.com/
@@ -19,9 +19,9 @@ pkgbase = piavpn-bin
conflicts = pia-tools
conflicts = private-internet-access-vpn
options = !strip
- source_x86_64 = https://installers.privateinternetaccess.com/download/pia-linux-3.5.5-08091.run
- sha256sums_x86_64 = 03162ad68559f50eb4cd5ff6d033b76d88d6fdfd9114bf1247cc548e3c043883
- source_aarch64 = https://installers.privateinternetaccess.com/download/pia-linux-arm64-3.5.5-08091.run
- sha256sums_aarch64 = 934afc21e5095cf79ddeb82711ed275f1330baea65341f6b6e001632c454a5e1
+ source_x86_64 = https://installers.privateinternetaccess.com/download/pia-linux-3.5.6-08110.run
+ sha256sums_x86_64 = f69a10573b738d6451ac1b8ad178dec33ef1b6613a981ea9f9748a3af69ba14d
+ source_aarch64 = https://installers.privateinternetaccess.com/download/pia-linux-arm64-3.5.6-08110.run
+ sha256sums_aarch64 = 161f2bbdf1fbf23916c805aafe17ce8d1e2e2f3d38e64b4b8016b5537ce2deff
pkgname = piavpn-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1e46a8846cd3..d08d10e37341 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
PACKAGER="Laurent Brock <incognito0135@protonmail.com>"
pkgname=piavpn-bin
-pkgver=3.5.5
-build_number=08091
+pkgver=3.5.6
+build_number=08110
# https://www.privateinternetaccess.com/pages/changelog
epoch=1 # Switch versioning schemes for guaranteed upgrades
@@ -20,8 +20,8 @@ install=piavpn-bin.install
source_x86_64=("https://installers.privateinternetaccess.com/download/pia-linux-${pkgver}-${build_number}.run")
source_aarch64=("https://installers.privateinternetaccess.com/download/pia-linux-arm64-${pkgver}-${build_number}.run")
options=(!strip)
-sha256sums_x86_64=('03162ad68559f50eb4cd5ff6d033b76d88d6fdfd9114bf1247cc548e3c043883')
-sha256sums_aarch64=('934afc21e5095cf79ddeb82711ed275f1330baea65341f6b6e001632c454a5e1')
+sha256sums_x86_64=('f69a10573b738d6451ac1b8ad178dec33ef1b6613a981ea9f9748a3af69ba14d')
+sha256sums_aarch64=('161f2bbdf1fbf23916c805aafe17ce8d1e2e2f3d38e64b4b8016b5537ce2deff')
# == You need to enable and start piavpn.service. Run sudo systemctl enable --now piavpn.service ==
prepare() {