summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-08-10 13:54:28 -0600
committerMark Wagie2022-08-10 13:54:28 -0600
commitb56d7c1c4c23535ca461c3b4394a5f8aaf5c9ad2 (patch)
tree3634e1186f6bad98dfd426ab6082630a15a397c2
parent5e8d791c32cc73e8aea3b2812c28ffbfca3fc896 (diff)
downloadaur-b56d7c1c4c23535ca461c3b4394a5f8aaf5c9ad2.tar.gz
2022.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
-rw-r--r--mullvad-vpn.install2
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12cdb68850df..ab604d0bd68c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mullvad-vpn-bin
pkgdesc = The Mullvad VPN client app for desktop
- pkgver = 2022.2
+ pkgver = 2022.3
pkgrel = 1
url = https://www.mullvad.net
install = mullvad-vpn.install
@@ -12,11 +12,11 @@ pkgbase = mullvad-vpn-bin
depends = nss
provides = mullvad-vpn
conflicts = mullvad-vpn
- source = https://github.com/mullvad/mullvadvpn-app/releases/download/2022.2/MullvadVPN-2022.2_amd64.deb
- source = https://github.com/mullvad/mullvadvpn-app/releases/download/2022.2/MullvadVPN-2022.2_amd64.deb.asc
+ source = https://github.com/mullvad/mullvadvpn-app/releases/download/2022.3/MullvadVPN-2022.3_amd64.deb
+ source = https://github.com/mullvad/mullvadvpn-app/releases/download/2022.3/MullvadVPN-2022.3_amd64.deb.asc
source = mullvad-vpn.sh
validpgpkeys = A1198702FC3E0A09A9AE5B75D5A1D4F266DE8DDF
- sha256sums = 87f73868f1fa1364f36d71913a92c9805f6e1d8723bca896e6ea48a1ba4933da
+ sha256sums = 0310551f9747a7520181e00c1149beeb180736e0c284db35fa43a29dbb1426ed
sha256sums = SKIP
sha256sums = a59c29f07b4eab9af56f0e8be42bae0d83726f5185e88de0c5a48f4098c3c0a4
diff --git a/PKGBUILD b/PKGBUILD
index e5502edc6254..8f6d100a8739 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Matthew McGinn <mamcgi at gmail dot com>
# Contributor: alicewww <almw at protonmail dot com>
pkgname=mullvad-vpn-bin
-pkgver=2022.2
+pkgver=2022.3
pkgrel=1
pkgdesc="The Mullvad VPN client app for desktop"
arch=('x86_64')
@@ -14,7 +14,7 @@ conflicts=("${pkgname%-*}")
install="${pkgname%-*}.install"
source=("https://github.com/mullvad/mullvadvpn-app/releases/download/$pkgver/MullvadVPN-${pkgver}_amd64.deb"{,.asc}
"${pkgname%-*}.sh")
-sha256sums=('87f73868f1fa1364f36d71913a92c9805f6e1d8723bca896e6ea48a1ba4933da'
+sha256sums=('0310551f9747a7520181e00c1149beeb180736e0c284db35fa43a29dbb1426ed'
'SKIP'
'a59c29f07b4eab9af56f0e8be42bae0d83726f5185e88de0c5a48f4098c3c0a4')
validpgpkeys=('A1198702FC3E0A09A9AE5B75D5A1D4F266DE8DDF') # Mullvad (code signing) <admin@mullvad.net>
diff --git a/mullvad-vpn.install b/mullvad-vpn.install
index dac3acb40a31..a03c95fc1574 100644
--- a/mullvad-vpn.install
+++ b/mullvad-vpn.install
@@ -41,7 +41,7 @@ pre_remove() {
pkill -x "mullvad-gui" || true
/opt/Mullvad\ VPN/resources/mullvad-setup reset-firewall || echo "Failed to reset firewall"
- /opt/Mullvad\ VPN/resources/mullvad-setup clear-history || echo "Failed to remove leftover WireGuard keys"
+ /opt/Mullvad\ VPN/resources/mullvad-setup remove-device || echo "Failed to remove device from account"
}
post_remove() {