diff options
-rw-r--r-- | libraries/libvhdi/libvhdi.SlackBuild | 6 | ||||
-rw-r--r-- | libraries/libvhdi/libvhdi.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/libraries/libvhdi/libvhdi.SlackBuild b/libraries/libvhdi/libvhdi.SlackBuild index 9ff6b859e7..5fd6639e42 100644 --- a/libraries/libvhdi/libvhdi.SlackBuild +++ b/libraries/libvhdi/libvhdi.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libvhdi # -# Copyright 2014-2024 Barry J. Grundy (bgrundy<at>linuxleo.com) +# Copyright 2014-2025 Barry J. Grundy (bgrundy<at>linuxleo.com) # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,12 +22,12 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# Updated v20240303, August 2024 +# Updated v20240509, March 2025 cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libvhdi -VERSION=${VERSION:-20240303} +VERSION=${VERSION:-20240509} STATUS=${STATUS:-alpha} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/libvhdi/libvhdi.info b/libraries/libvhdi/libvhdi.info index 8451ad6750..ec9564bd30 100644 --- a/libraries/libvhdi/libvhdi.info +++ b/libraries/libvhdi/libvhdi.info @@ -1,8 +1,8 @@ PRGNAM="libvhdi" -VERSION="20240303" +VERSION="20240509" HOMEPAGE="https://github.com/libyal/libvhdi" -DOWNLOAD="https://linuxleo.com/Source/libvhdi-alpha-20240303.tar.gz" -MD5SUM="97873083295d37668feaa606342bd86c" +DOWNLOAD="https://linuxleo.com/Source/libvhdi-alpha-20240509.tar.gz" +MD5SUM="a355b620b3e1c4a2e31465b877149dcd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |