Update to 2024.4
This commit is contained in:
parent
3bc86b6291
commit
d76bc1454c
9
template
9
template
|
@ -1,13 +1,13 @@
|
|||
pkgname=mullvad-vpn
|
||||
version=2024.2
|
||||
version=2024.4
|
||||
revision=1
|
||||
archs="x86_64"
|
||||
maintainer="Wizzard <rich@bandaholics.cash>"
|
||||
short_desc="mullvad"
|
||||
short_desc="Mullvad VPN client"
|
||||
homepage="https://mullvad.net/"
|
||||
license="LicenseType"
|
||||
distfiles="https://mullvad.net/media/app/MullvadVPN-${version}_amd64.deb"
|
||||
checksum=c8e4b5574538816310d777a214ab01e0c9fba31411e6d42b3564fd2cec4357f3
|
||||
checksum=6ec5e53b3a86af7ec06611228faf05cb6ff72e4e7427b0378c7574adee54ea3d
|
||||
hostmakedepends="tar xz"
|
||||
|
||||
do_extract() {
|
||||
|
@ -45,6 +45,9 @@ do_install() {
|
|||
|
||||
mkdir -p ${DESTDIR}/opt/MullvadVPN
|
||||
cp -a ${wrksrc}/opt/MullvadVPN/* ${DESTDIR}/opt/MullvadVPN/
|
||||
|
||||
# Exclude apisocks5 completely
|
||||
rm -f ${DESTDIR}/opt/MullvadVPN/resources/apisocks5
|
||||
}
|
||||
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue