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/unetbootin.SlackBuild | |
parent | 66ea186e584108ae00e1dc7c6bfc720b59360ddb (diff) |
system/unetbootin: Updated for version 677.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/unetbootin/unetbootin.SlackBuild')
-rw-r--r-- | system/unetbootin/unetbootin.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/unetbootin/unetbootin.SlackBuild b/system/unetbootin/unetbootin.SlackBuild index dedae6b2e782f..23e9f5ba58ac6 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} |