diff options
author | Slack Coder <slackcoder@server.ky> | 2024-08-14 07:54:06 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2024-08-14 08:04:43 -0500 |
commit | a163307816c3ae2de144ea8f37df4d9a8525b477 (patch) | |
tree | 1f89417cee1b6c21ecffb49cadcdae400fadebdd /efi-sync/efi-sync.SlackBuild | |
parent | f09803982cd8f8a1517301a8e90174bcbe224deb (diff) | |
download | slackbuilds-a163307816c3ae2de144ea8f37df4d9a8525b477.tar.xz |
efi-sync: v0.2.1
Diffstat (limited to 'efi-sync/efi-sync.SlackBuild')
-rw-r--r-- | efi-sync/efi-sync.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/efi-sync/efi-sync.SlackBuild b/efi-sync/efi-sync.SlackBuild index b7bee98..1d1a60c 100644 --- a/efi-sync/efi-sync.SlackBuild +++ b/efi-sync/efi-sync.SlackBuild @@ -3,7 +3,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=efi-sync -VERSION=${VERSION:-0.2.0} +VERSION=${VERSION:-0.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_slackcoder} PKGTYPE=${PKGTYPE:-txz} @@ -59,4 +59,4 @@ mkdir -p "$PKG/etc/rc.d" cp -R "$CWD/files/rc.efi-sync.new" "$PKG/etc/rc.d/" cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-0.2.0-$ARCH-$BUILD$TAG.$PKGTYPE +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE |