mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/midori: Updated for version 0.5.9.
self host the tarball as upstream keeps deleting it Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
322e0b8d30
commit
eb1ee7224a
2 changed files with 5 additions and 6 deletions
|
@ -27,7 +27,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=midori
|
||||
VERSION=${VERSION:-0.5.8}
|
||||
VERSION=${VERSION:-0.5.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -75,9 +75,8 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
mkdir -p $PRGNAM-$VERSION
|
||||
cd $PRGNAM-$VERSION
|
||||
tar xvf $CWD/${PRGNAM}_${VERSION}_all_.tar.?z*
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="midori"
|
||||
VERSION="0.5.8"
|
||||
VERSION="0.5.9"
|
||||
HOMEPAGE="http://midori-browser.org/"
|
||||
DOWNLOAD="http://midori-browser.org/downloads/midori_0.5.8_all_.tar.bz2"
|
||||
MD5SUM="b89e25e74199d705e74767499a415976"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/midori_0.5.9_all_.tar.bz2"
|
||||
MD5SUM="a0af659e0f1d6edb2c97aefdc8c0f097"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libunique vala webkitgtk"
|
||||
|
|
Loading…
Reference in a new issue