diff options
author | Jens Weber <jens@tuxane.com> | 2018-07-29 18:41:29 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-04 08:40:02 +0700 |
commit | 7ce5ee0a8f6070680b7300c2c4ed9b18f05b9d00 (patch) | |
tree | d4386aff1eeac105fd0935c0da95b2c490eea225 /system/unetbootin | |
parent | a19be72cad8144e12f6b0b7008f8b6f009d5760c (diff) | |
download | slackbuilds-7ce5ee0a8f6070680b7300c2c4ed9b18f05b9d00.tar.gz |
system/unetbootin: Updated for version 661.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/unetbootin')
-rw-r--r-- | system/unetbootin/slack-desc | 2 | ||||
-rw-r--r-- | system/unetbootin/unetbootin.SlackBuild | 7 | ||||
-rw-r--r-- | system/unetbootin/unetbootin.info | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/system/unetbootin/slack-desc b/system/unetbootin/slack-desc index f6fd49eb07..4988583d46 100644 --- a/system/unetbootin/slack-desc +++ b/system/unetbootin/slack-desc @@ -11,7 +11,7 @@ unetbootin: unetbootin: UNetbootin lets you create bootable live usb drives for Linux unetbootin: distributions without burning a CD. unetbootin: -unetbootin: Homepage: http://unetbootin.sourceforge.net +unetbootin: Homepage: http://unetbootin.github.io unetbootin: unetbootin: unetbootin: diff --git a/system/unetbootin/unetbootin.SlackBuild b/system/unetbootin/unetbootin.SlackBuild index eb51b68a48..dedae6b2e7 100644 --- a/system/unetbootin/unetbootin.SlackBuild +++ b/system/unetbootin/unetbootin.SlackBuild @@ -8,15 +8,16 @@ # 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 +# v661: (jw) version bump to 661 29 July 2018 / take sources from github.com as the sourceforge page seems to be somehow obsolete PRGNAM=unetbootin -VERSION=${VERSION:-647} +VERSION=${VERSION:-661} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -28,7 +29,7 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then +if [ "$ARCH" = "i586" ]; then LIBDIRSUFFIX="" archname="i386" elif [ "$ARCH" = "i686" ]; then diff --git a/system/unetbootin/unetbootin.info b/system/unetbootin/unetbootin.info index 8c248eaafc..4fb85c8d28 100644 --- a/system/unetbootin/unetbootin.info +++ b/system/unetbootin/unetbootin.info @@ -1,8 +1,8 @@ PRGNAM="unetbootin" -VERSION="647" -HOMEPAGE="http://unetbootin.sourceforge.net" -DOWNLOAD="http://sourceforge.net/projects/unetbootin/files/UNetbootin/647/unetbootin-source-647.tar.gz" -MD5SUM="ca2a0a9e420c99f3ce202fb66b405453" +VERSION="661" +HOMEPAGE="http://unetbootin.github.io" +DOWNLOAD="https://github.com/unetbootin/unetbootin/releases/download/661/unetbootin-source-661.tar.gz" +MD5SUM="eafb57095669add5d3eef49193bcb5a9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="p7zip" |