diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2015-12-15 23:05:05 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-19 07:25:17 +0700 |
commit | 8c394923bfc70519f1a408acd417015f7fab4b3a (patch) | |
tree | b451ded522ff58ea3423a2ed1b57393601fe5d45 /network/pentadactyl | |
parent | 4708bf12bf34ecb1b21277fd3646f1465ba0975d (diff) | |
download | slackbuilds-8c394923bfc70519f1a408acd417015f7fab4b3a.tar.gz |
network/pentadactyl: Updated for version 20151215.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'network/pentadactyl')
-rw-r--r-- | network/pentadactyl/pentadactyl.SlackBuild | 4 | ||||
-rw-r--r-- | network/pentadactyl/pentadactyl.info | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/network/pentadactyl/pentadactyl.SlackBuild b/network/pentadactyl/pentadactyl.SlackBuild index 697b30ba40..79ac6e6f4a 100644 --- a/network/pentadactyl/pentadactyl.SlackBuild +++ b/network/pentadactyl/pentadactyl.SlackBuild @@ -25,7 +25,7 @@ SRCNAM=dactyl PRGNAM=pentadactyl SRCVER=1.2pre -SRCREV=4356313a0902efbb34013357235419d9cbffeded +SRCREV=e3c3748511ff6dfa8d917cbba04eaa7d94ad461c VERSION=${VERSION:-20151201} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -64,7 +64,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -sed -i "s/maxVersion=\"41/maxVersion=\"42/g" pentadactyl/install.rdf +sed -i "s/maxVersion=\"41/maxVersion=\"43/g" pentadactyl/install.rdf make -C $PRGNAM xpi # Get the currently installed Firefox version (handle the case where multiple versions diff --git a/network/pentadactyl/pentadactyl.info b/network/pentadactyl/pentadactyl.info index 70901db1b5..3b29009ba0 100644 --- a/network/pentadactyl/pentadactyl.info +++ b/network/pentadactyl/pentadactyl.info @@ -1,7 +1,7 @@ PRGNAM="pentadactyl" VERSION="20151201" HOMEPAGE="http://5digits.org/pentadactyl" -DOWNLOAD="https://github.com/5digits/dactyl/archive/4356313a0902efbb34013357235419d9cbffeded.zip" +DOWNLOAD="https://github.com/5digits/dactyl/archive/e3c3748511ff6dfa8d917cbba04eaa7d94ad461c.zip" MD5SUM="de4d35a940dd720ea4c3d91d8d93396b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |