diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2020-04-14 16:37:00 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-19 10:52:30 +0700 |
commit | c4591233fba2ee1d13de95b4ae303212e3afa10d (patch) | |
tree | 3dccd553ac8d29425d80f4fccb29e30f9d3078c3 /system/unetbootin | |
parent | 66ea186e584108ae00e1dc7c6bfc720b59360ddb (diff) |
system/unetbootin: Updated for version 677.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/unetbootin')
-rw-r--r-- | system/unetbootin/unetbootin.SlackBuild | 3 | ||||
-rw-r--r-- | system/unetbootin/unetbootin.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/system/unetbootin/unetbootin.SlackBuild b/system/unetbootin/unetbootin.SlackBuild index dedae6b2e782..23e9f5ba58ac 100644 --- a/system/unetbootin/unetbootin.SlackBuild +++ b/system/unetbootin/unetbootin.SlackBuild @@ -9,9 +9,10 @@ # v608: (jw) version bump to 608 21 March 2015 (also tested on multilib 14.1) # v647: (jw) version bump to 647 26 May 2017 # v661: (jw) version bump to 661 29 July 2018 / take sources from github.com as the sourceforge page seems to be somehow obsolete +# v677: (SBo) version bump to 677 14 April 2020 PRGNAM=unetbootin -VERSION=${VERSION:-661} +VERSION=${VERSION:-677} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/unetbootin/unetbootin.info b/system/unetbootin/unetbootin.info index d6f3dbb6d5fd..43633d144b68 100644 --- a/system/unetbootin/unetbootin.info +++ b/system/unetbootin/unetbootin.info @@ -1,8 +1,8 @@ PRGNAM="unetbootin" -VERSION="661" +VERSION="677" HOMEPAGE="https://unetbootin.github.io" -DOWNLOAD="https://github.com/unetbootin/unetbootin/releases/download/661/unetbootin-source-661.tar.gz" -MD5SUM="eafb57095669add5d3eef49193bcb5a9" +DOWNLOAD="https://github.com/unetbootin/unetbootin/releases/download/677/unetbootin-source-677.tar.gz" +MD5SUM="1478ccd53e0ea003fd33135cf458b9e3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="p7zip" |