# 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
# 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:
-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"
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"