diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2023-10-11 02:14:01 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-14 10:32:23 +0700 |
commit | 3b3b901de653d07bbc5255a7e843f58f5fb0c9ee (patch) | |
tree | 6ef07fa8eb288eb5d64eabb41930e4e36026180f /network/mullvadvpn-app/mullvadvpn-app.SlackBuild | |
parent | a9de915901ccaa7f7b6e03eabeb6b4470820fe0f (diff) |
network/mullvadvpn-app: Updated to version 2023.5
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/mullvadvpn-app/mullvadvpn-app.SlackBuild')
-rw-r--r-- | network/mullvadvpn-app/mullvadvpn-app.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/network/mullvadvpn-app/mullvadvpn-app.SlackBuild b/network/mullvadvpn-app/mullvadvpn-app.SlackBuild index aa6965249897..2c00f3b800a3 100644 --- a/network/mullvadvpn-app/mullvadvpn-app.SlackBuild +++ b/network/mullvadvpn-app/mullvadvpn-app.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mullvadvpn-app SRCNAM=MullvadVPN -VERSION=${VERSION:-2023.4} +VERSION=${VERSION:-2023.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -85,9 +85,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr # create rc file, there's no options to change so we'll just install it mkdir -p $PKG/etc/rc.d - cp -a $CWD/rc.mullvad $PKG/etc/rc.d/rc.mullvad - chmod 755 $PKG/etc/rc.d/rc.mullvad - chown root:root $PKG/etc/rc.d/rc.mullvad +cp -a $CWD/rc.mullvad $PKG/etc/rc.d/rc.mullvad +chmod 755 $PKG/etc/rc.d/rc.mullvad +chown root:root $PKG/etc/rc.d/rc.mullvad # mullvad stores login settings here mkdir -p $PKG/etc/mullvad-vpn |