diff options
Diffstat (limited to 'system/unetbootin/unetbootin.SlackBuild')
-rw-r--r-- | system/unetbootin/unetbootin.SlackBuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/system/unetbootin/unetbootin.SlackBuild b/system/unetbootin/unetbootin.SlackBuild index b5712bdc9c..eb51b68a48 100644 --- a/system/unetbootin/unetbootin.SlackBuild +++ b/system/unetbootin/unetbootin.SlackBuild @@ -2,14 +2,15 @@ # Slackware build script for unetbootin # Written by Jens Weber <jens@tuxane.com> # v565: (jw) initial version 01/06/2012 -# v575: (jw) updated version -# v581: (jw) update to version 581 11 Dec 2012 -# v583: (jw) version bump to v583 22 Feb 2013 -# v585: (jw) version bump to v 585 08 Apr 2014 -# v608: (jw) version bump to v 608 21 March 2015 (also tested on multilib 14.1) +# v575: (jw) update +# v581: (jw) version 581 11 Dec 2012 +# v583: (jw) version bump to 583 22 Feb 2013 +# v585: (jw) version bump to 585 08 Apr 2014 +# v608: (jw) version bump to 608 21 March 2015 (also tested on multilib 14.1) +# v647: (jw) version bump to 647 26 May 2017 PRGNAM=unetbootin -VERSION=${VERSION:-608} +VERSION=${VERSION:-647} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |