misc/deb2tgz: Updated for version 0.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fbf14b45ff
commit
a44bf7e4ee
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for deb2tgz
|
||||
|
||||
# Copyright 2016 Vitor Borrego, Corroios, Portugal
|
||||
# Copyright 2023 Vitor Borrego, Corroios, Portugal
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=deb2tgz
|
||||
VERSION=${VERSION:-0.2}
|
||||
VERSION=${VERSION:-0.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="deb2tgz"
|
||||
VERSION="0.2"
|
||||
VERSION="0.3"
|
||||
HOMEPAGE="https://github.com/vborrego/deb2tgz"
|
||||
DOWNLOAD="https://github.com/vborrego/deb2tgz/archive/0.2/deb2tgz-0.2.tar.gz"
|
||||
MD5SUM="83d6360c126bdfecfae2c125d3894649"
|
||||
DOWNLOAD="https://github.com/vborrego/deb2tgz/archive/0.3/deb2tgz-0.3.tar.gz"
|
||||
MD5SUM="7914df629473da02252590f1260c25fd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Vitor Borrego"
|
||||
EMAIL="vitor@bitarus.allowed.org"
|
||||
EMAIL="vitor@bitarus.mooo.com"
|
||||
|
|
Loading…
Reference in New Issue