mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
misc/discount: Updated for version 2.2.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
babcda18ac
commit
a60bc4886f
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=discount
|
||||
VERSION=${VERSION:-2.2.4}
|
||||
VERSION=${VERSION:-2.2.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,7 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="discount"
|
||||
VERSION="2.2.4"
|
||||
VERSION="2.2.5"
|
||||
HOMEPAGE="http://www.pell.portland.or.us/~orc/Code/discount/"
|
||||
DOWNLOAD="http://www.pell.portland.or.us/~orc/Code/discount/discount-2.2.4.tar.bz2"
|
||||
MD5SUM="2014bf8f4362c87da235a98dd8132c4f"
|
||||
DOWNLOAD="https://github.com/Orc/discount/archive/v2.2.5/discount-2.2.5.tar.gz"
|
||||
MD5SUM="b9ae63c72d84349a73e164cb30a1de52"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue