summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier C. Llano2024-05-13 19:56:36 -0700
committerXavier C. Llano2024-05-13 19:56:36 -0700
commit29b658dfbeee54bbf93a034da0afccdd8736da87 (patch)
tree041fb9a1993ca4d4f7191527981b64fa0b549894
parent09d01bf20e1eb61374cc3b8da1ebc24c28da1470 (diff)
downloadaur-29b658dfbeee54bbf93a034da0afccdd8736da87.tar.gz
v2.22.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--mozillavpn.install8
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f65e93cc256c..32925f14203f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mozillavpn
pkgdesc = Fast, secure, and easy to use VPN from the makers of Firefox
- pkgver = 2.21.0
+ pkgver = 2.22.0
pkgrel = 1
url = https://vpn.mozilla.org
install = mozillavpn.install
@@ -34,7 +34,7 @@ pkgbase = mozillavpn
depends = wireguard-tools
optdepends = qt6-wayland: for Wayland support
options = !lto
- source = https://launchpad.net/~mozillacorp/+archive/ubuntu/mozillavpn/+sourcefiles/mozillavpn/2.21.0-mantic1/mozillavpn_2.21.0.orig.tar.gz
- sha256sums = 406dde90e90cbc2419f66b6b822314b02936ff089ef15ae08008f2a67c77b5b5
+ source = https://launchpad.net/~mozillacorp/+archive/ubuntu/mozillavpn/+sourcefiles/mozillavpn/2.22.0-noble1/mozillavpn_2.22.0.orig.tar.gz
+ sha256sums = e8c46a97ebfd01c0d59a96a3c33232d4ae2529d02e49fa7095bc47a58c3d9d68
pkgname = mozillavpn
diff --git a/PKGBUILD b/PKGBUILD
index dd73a6a76cc6..d0764da3612b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
# https://launchpad.net/~mozillacorp/+archive/ubuntu/mozillavpn/+packages
pkgname=mozillavpn
-pkgver=2.21.0
+pkgver=2.22.0
pkgrel=1
pkgdesc="Fast, secure, and easy to use VPN from the makers of Firefox"
arch=('x86_64')
@@ -54,11 +54,11 @@ optdepends=(
install=mozillavpn.install
-_debian_series="mantic1"
+_debian_series="noble1"
_dl_url="https://launchpad.net/~mozillacorp/+archive/ubuntu/mozillavpn/+sourcefiles/mozillavpn"
_pkgsrc="$pkgname-$pkgver"
source=("$_dl_url/${pkgver}-${_debian_series}/mozillavpn_${pkgver}.orig.tar.gz")
-sha256sums=('406dde90e90cbc2419f66b6b822314b02936ff089ef15ae08008f2a67c77b5b5')
+sha256sums=('e8c46a97ebfd01c0d59a96a3c33232d4ae2529d02e49fa7095bc47a58c3d9d68')
build() {
local _cmake_options=(
diff --git a/mozillavpn.install b/mozillavpn.install
index 13a909008837..70d08f1bee53 100644
--- a/mozillavpn.install
+++ b/mozillavpn.install
@@ -8,7 +8,7 @@ note1() {
}
note2() {
- printf "${BLUE}==> ${BOLD} $1${ALL_OFF}\n"
+ printf "${BLUE}==> ${BOLD} $1${ALL_OFF}\n"
}
ALL_OFF="$(tput sgr0)"
@@ -24,11 +24,11 @@ WHITE="${BOLD}$(tput setaf 7)"
post_install() {
note1 'Enable and start the Mozilla VPN daemon with:'
- note2 ' systemctl enable mozillavpn.service'
- note2 ' systemctl start mozillavpn.service'
+ note2 ' systemctl enable mozillavpn.service'
+ note2 ' systemctl start mozillavpn.service'
}
post_upgrade() {
note1 'Restart the Mozilla VPN daemon with:'
- note2 ' systemctl restart mozillavpn.service'
+ note2 ' systemctl restart mozillavpn.service'
}