mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/emacs-w3m: Updated for version cvs_1.4.569_0.20170110.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
a17b2caa2b
commit
2d6d54c191
2 changed files with 7 additions and 7 deletions
|
@ -5,7 +5,7 @@
|
|||
# Written by Felix Pfeifer (pfeifer[dot]felix[at]googlemail[dot]com
|
||||
|
||||
PRGNAM=emacs-w3m
|
||||
VERSION=${VERSION:-cvs_1.4.400_0.20100725}
|
||||
VERSION=${VERSION:-cvs_1.4.569_0.20170110}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -41,9 +41,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM
|
||||
tar xvf $CWD/w3m-el-snapshot_1.4.400+0.20100725.orig.tar.gz
|
||||
cd $PRGNAM
|
||||
rm -rf w3m-el-snapshot-1.4.569+0.20170110.orig
|
||||
tar xvf $CWD/w3m-el-snapshot_1.4.569+0.20170110.orig.tar.gz
|
||||
cd w3m-el-snapshot-1.4.569+0.20170110.orig
|
||||
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="emacs-w3m"
|
||||
VERSION="cvs_1.4.400_0.20100725"
|
||||
VERSION="cvs_1.4.569_0.20170110"
|
||||
HOMEPAGE="http://emacs-w3m.namazu.org/"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/w3m-el-snapshot_1.4.400+0.20100725.orig.tar.gz"
|
||||
MD5SUM="0c5da2a83ea6502bcf7b589b8c4daed8"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/w3m-el-snapshot_1.4.569+0.20170110.orig.tar.gz"
|
||||
MD5SUM="f8bb143de0b009038d6fc73295af40c7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="w3m"
|
||||
|
|
Loading…
Reference in a new issue