Update to 2024.8
This commit is contained in:
parent
d76bc1454c
commit
90f7a3e7d0
11
README.md
11
README.md
@ -1,9 +1,16 @@
|
|||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
clone this repo into your `void-packages/srcpkgs` folder with the following command `git clone https://git.deadzone.lol/Wizzard/mullvad-vpn-void mullvad-vpn` (it must be named mullvad-vpn)
|
clone this repo into your `void-packages/srcpkgs` folder with the following commands:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd void-packages/srcpkgs
|
||||||
|
git clone https://git.deadzone.lol/Wizzard/mullvad-vpn-void mullvad-vpn
|
||||||
|
```
|
||||||
|
|
||||||
|
(it must be named mullvad-vpn)
|
||||||
|
|
||||||
## Post Installation
|
## Post Installation
|
||||||
|
|
||||||
After installing this package manually run the command `sudo ln -s /opt/MullvadVPN /opt/Mullvad\ VPN`
|
After installing this package manually run the command `sudo ln -s /opt/MullvadVPN /opt/Mullvad\ VPN`
|
||||||
|
|
||||||
Note that this a temporary work around based on the way Mullvad is packaged
|
Note that this a temporary work around based on the way Mullvad is packaged
|
||||||
|
4
template
4
template
@ -1,5 +1,5 @@
|
|||||||
pkgname=mullvad-vpn
|
pkgname=mullvad-vpn
|
||||||
version=2024.4
|
version=2024.8
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
maintainer="Wizzard <rich@bandaholics.cash>"
|
maintainer="Wizzard <rich@bandaholics.cash>"
|
||||||
@ -7,7 +7,7 @@ short_desc="Mullvad VPN client"
|
|||||||
homepage="https://mullvad.net/"
|
homepage="https://mullvad.net/"
|
||||||
license="LicenseType"
|
license="LicenseType"
|
||||||
distfiles="https://mullvad.net/media/app/MullvadVPN-${version}_amd64.deb"
|
distfiles="https://mullvad.net/media/app/MullvadVPN-${version}_amd64.deb"
|
||||||
checksum=6ec5e53b3a86af7ec06611228faf05cb6ff72e4e7427b0378c7574adee54ea3d
|
checksum=6970a940466e25057f1ce0e08cbd0a9fb0e8fb2d8067a7f1454bfbc20461ee29
|
||||||
hostmakedepends="tar xz"
|
hostmakedepends="tar xz"
|
||||||
|
|
||||||
do_extract() {
|
do_extract() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user