diff options
author | Jens Weber <jens@tuxane.com> | 2012-12-22 12:29:21 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-23 09:16:52 -0500 |
commit | c5926de1c3a9cd1c189a3a54260451bdfa9b1ea5 (patch) | |
tree | 4755bada2a9faa2dc8f2a1620026a52a42a2495c /system | |
parent | 8d2845837589f2e564740ea4cdf00608aee9648d (diff) | |
download | slackbuilds-c5926de1c3a9cd1c189a3a54260451bdfa9b1ea5.tar.gz |
system/unetbootin: Updated for version 581.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/unetbootin/README | 2 | ||||
-rw-r--r-- | system/unetbootin/unetbootin.SlackBuild | 4 | ||||
-rw-r--r-- | system/unetbootin/unetbootin.info | 6 |
3 files changed, 8 insertions, 4 deletions
diff --git a/system/unetbootin/README b/system/unetbootin/README index f6ba30a4bf..0e36d9cc2a 100644 --- a/system/unetbootin/README +++ b/system/unetbootin/README @@ -2,3 +2,5 @@ UNetbootin allows you to create bootable Live USB drives for Linux distributions without burning a CD. See README.issues for some common troubles users encounter. + +This requires p7zip. diff --git a/system/unetbootin/unetbootin.SlackBuild b/system/unetbootin/unetbootin.SlackBuild index 8d07f72ff1..acc5f4cf4e 100644 --- a/system/unetbootin/unetbootin.SlackBuild +++ b/system/unetbootin/unetbootin.SlackBuild @@ -2,9 +2,11 @@ # 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 PRGNAM=unetbootin -VERSION=575 +VERSION=581 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/unetbootin/unetbootin.info b/system/unetbootin/unetbootin.info index 0c4d250b2f..122c6a3e68 100644 --- a/system/unetbootin/unetbootin.info +++ b/system/unetbootin/unetbootin.info @@ -1,8 +1,8 @@ PRGNAM="unetbootin" -VERSION="575" +VERSION="581" HOMEPAGE="http://unetbootin.sourceforge.net" -DOWNLOAD="http://sourceforge.net/projects/unetbootin/files/UNetbootin/575/unetbootin-source-575.tar.gz" -MD5SUM="40311d948104d29031e9fa0baec1504c" +DOWNLOAD="http://sourceforge.net/projects/unetbootin/files/UNetbootin/581/unetbootin-source-581.tar.gz" +MD5SUM="8b905bfdab8bce78cb1d1d46b52807c3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="p7zip" |