summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-06-25 09:32:20 -0600
committerMark Wagie2020-06-25 09:32:20 -0600
commit1abdcfb4428041a498c1a6c5164e73c1dffe0938 (patch)
tree78072bf6c30d2cd02fb8781efb466b18f34e4395
parent93bf99528161a079266a52028827b532bbab8b5a (diff)
downloadaur-1abdcfb4428041a498c1a6c5164e73c1dffe0938.tar.gz
updated to 2020.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cd5ba430b79..b7f4b5784bb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mullvad-vpn-beta-bin
pkgdesc = The Mullvad VPN client app for desktop (latest/beta release)
- pkgver = 2020.5.beta2
- pkgrel = 2
+ pkgver = 2020.5.stable
+ pkgrel = 1
url = https://www.mullvad.net
install = mullvad-vpn.install
arch = x86_64
@@ -12,11 +12,11 @@ pkgbase = mullvad-vpn-beta-bin
depends = nss
provides = mullvad-vpn
conflicts = mullvad-vpn
- source = https://github.com/mullvad/mullvadvpn-app/releases/download/2020.5-beta2/MullvadVPN-2020.5-beta2_amd64.deb
- source = https://github.com/mullvad/mullvadvpn-app/releases/download/2020.5-beta2/MullvadVPN-2020.5-beta2_amd64.deb.asc
+ source = https://github.com/mullvad/mullvadvpn-app/releases/download/2020.5/MullvadVPN-2020.5_amd64.deb
+ source = https://github.com/mullvad/mullvadvpn-app/releases/download/2020.5/MullvadVPN-2020.5_amd64.deb.asc
source = mullvad-vpn.sh
validpgpkeys = A1198702FC3E0A09A9AE5B75D5A1D4F266DE8DDF
- sha256sums = 5b4f49a406d2f0bdbd7777cf6339a6f5688024b6834b982539baea8d0b1dbd56
+ sha256sums = 760b1482e20d4064e3da20575950783d7ce10e092e386154b1ac737929363f8c
sha256sums = SKIP
sha256sums = a59c29f07b4eab9af56f0e8be42bae0d83726f5185e88de0c5a48f4098c3c0a4
diff --git a/PKGBUILD b/PKGBUILD
index 7c0cba75aa3d..59958bdbdce6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=mullvad-vpn-beta-bin
_pkgver=2020.5
-_channel=beta
-pkgver=${_pkgver}.${_channel}2
-pkgrel=2
+_channel=stable
+pkgver=${_pkgver}.${_channel}
+pkgrel=1
pkgdesc="The Mullvad VPN client app for desktop (latest/beta release)"
url="https://www.mullvad.net"
arch=('x86_64')
@@ -12,9 +12,9 @@ depends=('libnotify' 'libappindicator-gtk3' 'libxss' 'nss')
provides=("${pkgname%-beta-bin}")
conflicts=("${pkgname%-beta-bin}")
install="${pkgname%-beta-bin}.install"
-source=("https://github.com/mullvad/mullvadvpn-app/releases/download/${_pkgver}-${_channel}2/MullvadVPN-${_pkgver}-${_channel}2_amd64.deb"{,.asc}
+source=("https://github.com/mullvad/mullvadvpn-app/releases/download/$_pkgver/MullvadVPN-${_pkgver}_amd64.deb"{,.asc}
"${pkgname%-beta-bin}.sh")
-sha256sums=('5b4f49a406d2f0bdbd7777cf6339a6f5688024b6834b982539baea8d0b1dbd56'
+sha256sums=('760b1482e20d4064e3da20575950783d7ce10e092e386154b1ac737929363f8c'
'SKIP'
'a59c29f07b4eab9af56f0e8be42bae0d83726f5185e88de0c5a48f4098c3c0a4')
validpgpkeys=('A1198702FC3E0A09A9AE5B75D5A1D4F266DE8DDF') # Mullvad (code signing) <admin at mullvad dot net>