commit a163307816c3ae2de144ea8f37df4d9a8525b477 parent f09803982cd8f8a1517301a8e90174bcbe224deb Author: Slack Coder <slackcoder@server.ky> Date: Wed, 14 Aug 2024 07:54:06 -0500 efi-sync: v0.2.1 Diffstat:
| M | efi-sync/efi-sync.SlackBuild | | | 4 | ++-- |
| M | efi-sync/efi-sync.info | | | 6 | +++--- |
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git 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 diff --git a/efi-sync/efi-sync.info b/efi-sync/efi-sync.info @@ -1,8 +1,8 @@ PRGNAM="efi-sync" -VERSION="0.2.0" +VERSION="0.2.1" HOMEPAGE="https://git.server.ky/slackcoder/efi-sync" -DOWNLOAD="https://git.server.ky/slackcoder/efi-sync/snapshot/efi-sync-0.2.0.tar.xz" -MD5SUM="9da8ebe6f6bcf30e0b8304c641c72396" +DOWNLOAD="https://git.server.ky/slackcoder/efi-sync/snapshot/efi-sync-0.2.1.tar.xz" +MD5SUM="6676df09479f4f97cbc56f5aada21aa6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES=""