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/pentadactyl.SlackBuild | |
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/pentadactyl.SlackBuild')
-rw-r--r-- | network/pentadactyl/pentadactyl.SlackBuild | 4 |
1 files changed, 2 insertions, 2 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 |