summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD18
2 files changed, 16 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c701f550e70a..7187adab27f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mullvad-vpn-beta-bin
pkgdesc = The Mullvad VPN client app for desktop (beta channel)
- pkgver = 2024.2.beta1
+ pkgver = 2024.2.stable
pkgrel = 1
url = https://www.mullvad.net
install = mullvad-vpn.install
@@ -18,13 +18,13 @@ pkgbase = mullvad-vpn-beta-bin
source = mullvad-vpn.sh
validpgpkeys = A1198702FC3E0A09A9AE5B75D5A1D4F266DE8DDF
sha256sums = a59c29f07b4eab9af56f0e8be42bae0d83726f5185e88de0c5a48f4098c3c0a4
- source_x86_64 = https://github.com/mullvad/mullvadvpn-app/releases/download/2024.2-beta1/MullvadVPN-2024.2-beta1_amd64.deb
- source_x86_64 = https://github.com/mullvad/mullvadvpn-app/releases/download/2024.2-beta1/MullvadVPN-2024.2-beta1_amd64.deb.asc
- sha256sums_x86_64 = 7437f563c4f52920139057529b05cbffde7ba83311c2e60f6c134ee94a03fae4
+ source_x86_64 = https://github.com/mullvad/mullvadvpn-app/releases/download/2024.2/MullvadVPN-2024.2_amd64.deb
+ source_x86_64 = https://github.com/mullvad/mullvadvpn-app/releases/download/2024.2/MullvadVPN-2024.2_amd64.deb.asc
+ sha256sums_x86_64 = c8e4b5574538816310d777a214ab01e0c9fba31411e6d42b3564fd2cec4357f3
sha256sums_x86_64 = SKIP
- source_aarch64 = https://github.com/mullvad/mullvadvpn-app/releases/download/2024.2-beta1/MullvadVPN-2024.2-beta1_arm64.deb
- source_aarch64 = https://github.com/mullvad/mullvadvpn-app/releases/download/2024.2-beta1/MullvadVPN-2024.2-beta1_arm64.deb.asc
- sha256sums_aarch64 = 8e12e28ef30587a399efe0381f5ba8e7f00d237a6e2b598553fce855665aa47a
+ source_aarch64 = https://github.com/mullvad/mullvadvpn-app/releases/download/2024.2/MullvadVPN-2024.2_arm64.deb
+ source_aarch64 = https://github.com/mullvad/mullvadvpn-app/releases/download/2024.2/MullvadVPN-2024.2_arm64.deb.asc
+ sha256sums_aarch64 = 04385575d841fa847d8c400793b51b60d327c266fe174f47ea218d04103f3254
sha256sums_aarch64 = SKIP
pkgname = mullvad-vpn-beta-bin
diff --git a/PKGBUILD b/PKGBUILD
index adbd94cab3f4..0543d060cca8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=mullvad-vpn-beta-bin
_pkgver=2024.2
-_channel=beta
+_channel=stable
_rel=1
-pkgver=${_pkgver}.${_channel}${_rel} # beta
-#pkgver=${_pkgver}.${_channel} # stable
+#pkgver=${_pkgver}.${_channel}${_rel} # beta
+pkgver=${_pkgver}.${_channel} # stable
pkgrel=1
pkgdesc="The Mullvad VPN client app for desktop (beta channel)"
arch=('x86_64' 'aarch64')
@@ -16,17 +16,17 @@ conflicts=('mullvad-vpn')
install='mullvad-vpn.install'
source=('mullvad-vpn.sh')
source_x86_64=(
- "https://github.com/mullvad/mullvadvpn-app/releases/download/${_pkgver}-beta${_rel}/MullvadVPN-${_pkgver}-beta${_rel}_amd64.deb"{,.asc} # beta
-# "https://github.com/mullvad/mullvadvpn-app/releases/download/${_pkgver}/MullvadVPN-${_pkgver}_amd64.deb"{,.asc} # stable
+# "https://github.com/mullvad/mullvadvpn-app/releases/download/${_pkgver}-beta${_rel}/MullvadVPN-${_pkgver}-beta${_rel}_amd64.deb"{,.asc} # beta
+ "https://github.com/mullvad/mullvadvpn-app/releases/download/${_pkgver}/MullvadVPN-${_pkgver}_amd64.deb"{,.asc} # stable
)
source_aarch64=(
- "https://github.com/mullvad/mullvadvpn-app/releases/download/${_pkgver}-beta${_rel}/MullvadVPN-${_pkgver}-beta${_rel}_arm64.deb"{,.asc} # beta
-# "https://github.com/mullvad/mullvadvpn-app/releases/download/${_pkgver}/MullvadVPN-${_pkgver}_arm64.deb"{,.asc} # stable
+# "https://github.com/mullvad/mullvadvpn-app/releases/download/${_pkgver}-beta${_rel}/MullvadVPN-${_pkgver}-beta${_rel}_arm64.deb"{,.asc} # beta
+ "https://github.com/mullvad/mullvadvpn-app/releases/download/${_pkgver}/MullvadVPN-${_pkgver}_arm64.deb"{,.asc} # stable
)
sha256sums=('a59c29f07b4eab9af56f0e8be42bae0d83726f5185e88de0c5a48f4098c3c0a4')
-sha256sums_x86_64=('7437f563c4f52920139057529b05cbffde7ba83311c2e60f6c134ee94a03fae4'
+sha256sums_x86_64=('c8e4b5574538816310d777a214ab01e0c9fba31411e6d42b3564fd2cec4357f3'
'SKIP')
-sha256sums_aarch64=('8e12e28ef30587a399efe0381f5ba8e7f00d237a6e2b598553fce855665aa47a'
+sha256sums_aarch64=('04385575d841fa847d8c400793b51b60d327c266fe174f47ea218d04103f3254'
'SKIP')
validpgpkeys=('A1198702FC3E0A09A9AE5B75D5A1D4F266DE8DDF') # Mullvad (code signing) <admin@mullvad.net>