summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-11-18 09:26:40 -0700
committerMark Wagie2020-11-18 09:26:40 -0700
commitf86262eb6a9ebd940a245df889c973f43513cff6 (patch)
tree83055d62cd6c552b8464138848924eb88f9f2bce
parent9a8c949712674d096492773d5a70e15d20d18aa3 (diff)
downloadaur-f86262eb6a9ebd940a245df889c973f43513cff6.tar.gz
2020.7
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore9
-rw-r--r--PKGBUILD4
3 files changed, 15 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d046ba675bf8..0f16912698e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mullvad-vpn-bin
pkgdesc = The Mullvad VPN client app for desktop
- pkgver = 2020.6
+ pkgver = 2020.7
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/2020.6/MullvadVPN-2020.6_amd64.deb
- source = https://github.com/mullvad/mullvadvpn-app/releases/download/2020.6/MullvadVPN-2020.6_amd64.deb.asc
+ source = https://github.com/mullvad/mullvadvpn-app/releases/download/2020.7/MullvadVPN-2020.7_amd64.deb
+ source = https://github.com/mullvad/mullvadvpn-app/releases/download/2020.7/MullvadVPN-2020.7_amd64.deb.asc
source = mullvad-vpn.sh
validpgpkeys = A1198702FC3E0A09A9AE5B75D5A1D4F266DE8DDF
- sha256sums = 2353c817abd026e3061cdfa30fb41ac304ec2cf0b3057aaf34a86f450eda3935
+ sha256sums = 3193add6573ef2edc9e84898adad65e14f2fcc060df89c7ca924236cc3f7791f
sha256sums = SKIP
sha256sums = a59c29f07b4eab9af56f0e8be42bae0d83726f5185e88de0c5a48f4098c3c0a4
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..951b4436e9df
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+# Ignore everything
+*
+
+# But not these files...
+!.gitignore
+!PKGBUILD
+!.SRCINFO
+!mullvad-vpn.install
+!mullvad-vpn.sh
diff --git a/PKGBUILD b/PKGBUILD
index 1ddead3b56d5..a54add2720da 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=2020.6
+pkgver=2020.7
pkgrel=1
pkgdesc="The Mullvad VPN client app for desktop"
url="https://www.mullvad.net"
@@ -14,7 +14,7 @@ conflicts=("${pkgname%-bin}")
install="${pkgname%-bin}.install"
source=("https://github.com/mullvad/mullvadvpn-app/releases/download/$pkgver/MullvadVPN-${pkgver}_amd64.deb"{,.asc}
"${pkgname%-bin}.sh")
-sha256sums=('2353c817abd026e3061cdfa30fb41ac304ec2cf0b3057aaf34a86f450eda3935'
+sha256sums=('3193add6573ef2edc9e84898adad65e14f2fcc060df89c7ca924236cc3f7791f'
'SKIP'
'a59c29f07b4eab9af56f0e8be42bae0d83726f5185e88de0c5a48f4098c3c0a4')
validpgpkeys=('A1198702FC3E0A09A9AE5B75D5A1D4F266DE8DDF') # Mullvad (code signing) <admin at mullvad dot net>