slimerjs: update to 0.10.3

This commit is contained in:
Alessio Sergi 2017-06-18 19:56:58 +02:00
parent a4506f4aec
commit 412f586bb2
2 changed files with 7 additions and 9 deletions

View File

@ -1,21 +1,20 @@
# Template file for 'slimerjs'
pkgname=slimerjs
version=0.10.0
version=0.10.3
revision=1
noarch=yes
hostmakedepends="unzip"
depends="bash firefox-esr<47"
depends="bash firefox-esr<52"
short_desc="A scriptable browser for Firefox"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="MPL-2.0, BSD"
homepage="https://slimerjs.org"
distfiles="http://download.slimerjs.org/releases/${version}/slimerjs-${version}.zip"
checksum=80b8008d9d8592e55e2744e1842139e33498221c2a78648fea1bdd0592231afb
license="MPL-2.0, 3-clause-BSD"
homepage="https://slimerjs.org/"
distfiles="https://github.com/laurentj/slimerjs/releases/download/${version}/slimerjs-${version}.tar.bz2"
checksum=50d7f0e94373ea5ef53e9577ccb7d0e3e60da84e37718ef24131c756be1837bd
do_install() {
vmkdir usr/bin
vmkdir usr/share/slimerjs
vcopy * usr/share/slimerjs
ln -s /usr/share/slimerjs/slimerjs ${DESTDIR}/usr/bin/slimerjs
ln -sf /usr/share/slimerjs/slimerjs ${DESTDIR}/usr/bin/slimerjs
vlicense LICENSE
}

View File

@ -1 +0,0 @@
pattern="RELEASE_\K[\d.]+(?=\.tar)"