Update daemon to 2026.3-beta1 and make scripts less "presumptous"
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
maintainer="Joakim Hulthe <joakim@hulthe.net>"
|
||||
pkgname=mullvad-vpn-daemon
|
||||
pkgver=2026.2_beta1
|
||||
pkgrel=0
|
||||
pkgver=2026.3_beta1
|
||||
pkgrel=2
|
||||
pkgdesc="Mullvad VPN client (daemon and CLI)"
|
||||
url="https://mullvad.net/"
|
||||
# Mullvad depends on old versions of the `nix` library
|
||||
@@ -67,14 +67,11 @@ package() {
|
||||
"$_cargo_release_dir/mullvad-problem-report" \
|
||||
"$_cargo_release_dir/mullvad-setup"
|
||||
|
||||
# TODO: Bundle a relay list.
|
||||
# We can't generate one at build time since that would break build reproducibility.
|
||||
# Once mullvad starts checking a relay list into their release branches, we can bundle that.
|
||||
#install -m644 -D "$builddir/<todo>/relays.json" \
|
||||
# "$pkgdir/usr/share/mullvad-vpn/relays.json"
|
||||
# TODO: Copy relay list into /var/cache/ in post-upgrade/post-install
|
||||
# Bundle the relay list.
|
||||
install -m644 -D "$builddir/dist-assets/relays/relays.json" \
|
||||
"$pkgdir/usr/share/mullvad-vpn/relays.json"
|
||||
|
||||
# files in /usr/lib/systemd/ are automatically put in systemd subpackage
|
||||
# Files in /usr/lib/systemd/ are automatically put in systemd subpackage
|
||||
install -m755 -Dt "$pkgdir/usr/lib/systemd/system/" \
|
||||
"$builddir/dist-assets/linux/mullvad-daemon.service" \
|
||||
"$builddir/dist-assets/linux/mullvad-early-boot-blocking.service"
|
||||
@@ -89,5 +86,5 @@ suid() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
9af0c263f0e5985d7842099f50a5070da0b23691f08ffe57c3b6d239d2c1c9acea89c07890f31d89bd75448a2dd1fd3c878b85be458baba0bcd90760e714b032 2026.2-beta1.tar.gz
|
||||
7766ad0401cd42a43c272726bd600e70d29a95f4f9b5192cc906e6e7008139a403fb6128a00940ea1306c0446f8af4a43d2f3fd89c6cd81a730be9db8ae50f82 2026.3-beta1.tar.gz
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user