]> git.t-rg.ws Git - slackbuilds.git/commitdiff
Upped mintstick version to 1.2.2.
authorfsLeg <fsleg@t-rg.ws>
Thu, 13 Nov 2014 00:32:41 +0000 (03:32 +0300)
committerfsLeg <fsleg@t-rg.ws>
Thu, 13 Nov 2014 00:32:41 +0000 (03:32 +0300)
mintstick/mintstick.SlackBuild
mintstick/mintstick.info

index 1b8f6f30c197d4b33d06f5088963bae5ed213dc3..de78021bcf1d7fbb80d9bd68601fcba9f83a4b63 100755 (executable)
@@ -23,7 +23,8 @@
 #  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 PRGNAM=mintstick
-VERSION=${VERSION:-1.2.1}
+VERSION=${VERSION:-1.2.2}
+VERSION_HASH=${VERSION_HASH:-57a40ea66d4ad8394d4bebb502d8568a8ad13632}
 BUILD=${BUILD:-1}
 TAG=${TAG:-fsleg}
 
@@ -54,9 +55,9 @@ rm -rf $PKG
 mkdir -p $TMP $PKG $OUTPUT
 cd $TMP
 
-rm -rf $PRGNAM-master
-unzip $CWD/master.zip
-cd $PRGNAM-master
+rm -rf $PRGNAM-$VERSION_HASH
+unzip $CWD/$VERSION_HASH.zip
+cd $PRGNAM-$VERSION_HASH
 chown -R root:root .
 find -L . \
  \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
index 813335b784c81acc6ccf49caa8a8b41d34fad20a..7dcb305322a7519351d9db87b9f437eb7a589a5f 100644 (file)
@@ -1,8 +1,8 @@
 PRGNAM="mintstick"
-VERSION="1.2.1"
+VERSION="1.2.2"
 HOMEPAGE="https://github.com/linuxmint/mintstick/"
-DOWNLOAD="https://github.com/linuxmint/mintstick/archive/master.zip"
-MD5SUM="03432100c86aa6e4b783888929b602a1"
+DOWNLOAD="https://github.com/linuxmint/mintstick/archive/57a40ea66d4ad8394d4bebb502d8568a8ad13632.zip"
+MD5SUM="855569bf61860107fba35550b5b836fe"
 DOWNLOAD_x86_64=""
 MD5SUM_x86_64=""
 REQUIRES="pyparted"