mintstick: updated version to 1.2.4.
authorfsLeg <fsleg@t-rg.ws>
Fri, 17 Apr 2015 16:58:28 +0000 (19:58 +0300)
committerfsLeg <fsleg@t-rg.ws>
Fri, 17 Apr 2015 16:58:28 +0000 (19:58 +0300)
mintstick/mintstick.SlackBuild
mintstick/mintstick.info

index dbaa66c274b6d846cc39e543479914e362da7de0..c01c5496a0bd4931f8ffbede1998487041923da4 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Slackware build script for mintstick
 
-# Copyright 2014 Vladislav Borisov Moscow, Russia
+# Copyright 2014-2015 Vladislav Borisov Moscow, Russia
 # All rights reserved.
 #
 # Redistribution and use of this script, with or without modification, is
@@ -23,9 +23,9 @@
 #  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 PRGNAM=mintstick
-VERSION=${VERSION:-1.2.2}
-VERSION_HASH=${VERSION_HASH:-57a40ea66d4ad8394d4bebb502d8568a8ad13632}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.2.4}
+VERSION_HASH=${VERSION_HASH:-ffc945833d1f721f42b369d9782ef4a0ed8ddb22}
+BUILD=${BUILD:-1}
 TAG=${TAG:-fsleg}
 
 # Automatically determine the architecture we're building on:
@@ -64,7 +64,7 @@ find -L . \
   -o -perm 511 \) -exec chmod 755 {} \; -o \
  \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
  -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+
 # mintstick is just a few python scripts, so there's nothing to build
 # The following is taken from install.sh
 LIBFILES="mintstick.py raw_write.py raw_format.py mountutils.py"
index c1ba44482342c4738ae865383cc8b7cab448415e..5fd066443b358bb66961d03d300aeff065528aaa 100644 (file)
@@ -1,8 +1,8 @@
 PRGNAM="mintstick"
-VERSION="1.2.2"
+VERSION="1.2.4"
 HOMEPAGE="https://github.com/linuxmint/mintstick/"
-DOWNLOAD="https://github.com/linuxmint/mintstick/archive/57a40ea66d4ad8394d4bebb502d8568a8ad13632.zip"
-MD5SUM="855569bf61860107fba35550b5b836fe"
+DOWNLOAD="https://github.com/linuxmint/mintstick/archive/ffc945833d1f721f42b369d9782ef4a0ed8ddb22.zip"
+MD5SUM="3a6f208ea79cd5275d6f3694b018003f"
 DOWNLOAD_x86_64=""
 MD5SUM_x86_64=""
 REQUIRES="pyparted pygobject3"