summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-03-07 11:41:26 -0700
committerMark Wagie2023-03-07 11:41:26 -0700
commit1cb30db2eab761002bb621661128a0ce84efed35 (patch)
treeabe86b94f6d633f405d96cec0191889adb2473a9
parent4672970db233d3120dc7206db6f87d397c6652dd (diff)
downloadaur-1cb30db2eab761002bb621661128a0ce84efed35.tar.gz
2023.2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbb3ee2f3228..1fe6cf9abca5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mullvad-vpn-bin
pkgdesc = The Mullvad VPN client app for desktop
- pkgver = 2023.1
+ pkgver = 2023.2
pkgrel = 1
url = https://www.mullvad.net
install = mullvad-vpn.install
@@ -16,13 +16,13 @@ pkgbase = mullvad-vpn-bin
source = mullvad-vpn.sh
validpgpkeys = A1198702FC3E0A09A9AE5B75D5A1D4F266DE8DDF
sha256sums = a59c29f07b4eab9af56f0e8be42bae0d83726f5185e88de0c5a48f4098c3c0a4
- source_x86_64 = https://github.com/mullvad/mullvadvpn-app/releases/download/2023.1/MullvadVPN-2023.1_amd64.deb
- source_x86_64 = https://github.com/mullvad/mullvadvpn-app/releases/download/2023.1/MullvadVPN-2023.1_amd64.deb.asc
- sha256sums_x86_64 = f8d8780988e2be3ac29a887340c4a36fdcf96e000202fa2de6850004f5051314
+ source_x86_64 = https://github.com/mullvad/mullvadvpn-app/releases/download/2023.2/MullvadVPN-2023.2_amd64.deb
+ source_x86_64 = https://github.com/mullvad/mullvadvpn-app/releases/download/2023.2/MullvadVPN-2023.2_amd64.deb.asc
+ sha256sums_x86_64 = ddebc807c216d1b8a846ab6901d0914210f2c2ef313cc375a3186a40620100d6
sha256sums_x86_64 = SKIP
- source_aarch64 = https://github.com/mullvad/mullvadvpn-app/releases/download/2023.1/MullvadVPN-2023.1_arm64.deb
- source_aarch64 = https://github.com/mullvad/mullvadvpn-app/releases/download/2023.1/MullvadVPN-2023.1_arm64.deb.asc
- sha256sums_aarch64 = 1a729b47c319a475e00838d1c35ebeb6de65af479c86960d8c7e631d6c423caa
+ source_aarch64 = https://github.com/mullvad/mullvadvpn-app/releases/download/2023.2/MullvadVPN-2023.2_arm64.deb
+ source_aarch64 = https://github.com/mullvad/mullvadvpn-app/releases/download/2023.2/MullvadVPN-2023.2_arm64.deb.asc
+ sha256sums_aarch64 = 5a54d56b0e865de5cdf3723fb8855202a687a0b5aba1cb1ce21346f11ef1c132
sha256sums_aarch64 = SKIP
pkgname = mullvad-vpn-bin
diff --git a/PKGBUILD b/PKGBUILD
index b2fa8b23b47e..f726e6b981f4 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=2023.1
+pkgver=2023.2
pkgrel=1
pkgdesc="The Mullvad VPN client app for desktop"
arch=('x86_64' 'aarch64')
@@ -16,9 +16,9 @@ source=("${pkgname%-*}.sh")
source_x86_64=("https://github.com/mullvad/mullvadvpn-app/releases/download/$pkgver/MullvadVPN-${pkgver}_amd64.deb"{,.asc})
source_aarch64=("https://github.com/mullvad/mullvadvpn-app/releases/download/$pkgver/MullvadVPN-${pkgver}_arm64.deb"{,.asc})
sha256sums=('a59c29f07b4eab9af56f0e8be42bae0d83726f5185e88de0c5a48f4098c3c0a4')
-sha256sums_x86_64=('f8d8780988e2be3ac29a887340c4a36fdcf96e000202fa2de6850004f5051314'
+sha256sums_x86_64=('ddebc807c216d1b8a846ab6901d0914210f2c2ef313cc375a3186a40620100d6'
'SKIP')
-sha256sums_aarch64=('1a729b47c319a475e00838d1c35ebeb6de65af479c86960d8c7e631d6c423caa'
+sha256sums_aarch64=('5a54d56b0e865de5cdf3723fb8855202a687a0b5aba1cb1ce21346f11ef1c132'
'SKIP')
validpgpkeys=('A1198702FC3E0A09A9AE5B75D5A1D4F266DE8DDF') # Mullvad (code signing) <admin@mullvad.net>