diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-07-08 21:43:46 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-09 20:14:57 +0700 |
commit | 796b790c4a123bae054bffeaac031db6e9d425d8 (patch) | |
tree | c013eaabf7af7b73aa0735ebd9dc62caf9e665bb | |
parent | d8f1c7d6b4e889583ccc5da317e4dde0f7e663f2 (diff) |
system/cdemu-daemon: Update for 3.2.7
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/cdemu-daemon/cdemu-daemon.SlackBuild | 4 | ||||
-rw-r--r-- | system/cdemu-daemon/cdemu-daemon.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/cdemu-daemon/cdemu-daemon.SlackBuild b/system/cdemu-daemon/cdemu-daemon.SlackBuild index bab95de9c76f..bba3d5a8c0dd 100644 --- a/system/cdemu-daemon/cdemu-daemon.SlackBuild +++ b/system/cdemu-daemon/cdemu-daemon.SlackBuild @@ -30,8 +30,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=cdemu-daemon -VERSION=${VERSION:-3.2.6} -BUILD=${BUILD:-3} +VERSION=${VERSION:-3.2.7} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/cdemu-daemon/cdemu-daemon.info b/system/cdemu-daemon/cdemu-daemon.info index bad8d1f5df51..49e45a8c9f40 100644 --- a/system/cdemu-daemon/cdemu-daemon.info +++ b/system/cdemu-daemon/cdemu-daemon.info @@ -1,8 +1,8 @@ PRGNAM="cdemu-daemon" -VERSION="3.2.6" +VERSION="3.2.7" HOMEPAGE="https://cdemu.sourceforge.io/about/daemon/" -DOWNLOAD="https://downloads.sourceforge.net/cdemu/cdemu-daemon-3.2.6.tar.xz" -MD5SUM="21c8d2b4e8952999628ed755304b1b0f" +DOWNLOAD="https://downloads.sourceforge.net/cdemu/cdemu-daemon-3.2.7.tar.xz" +MD5SUM="700066b43ce40b58b4f92f8f4fd542d1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libmirage vhba-module" |