makeself: update to 2.4.0.
This commit is contained in:
parent
79c58babdd
commit
bd4e0a7d5a
1 changed files with 5 additions and 6 deletions
|
@ -1,19 +1,18 @@
|
|||
# Template file for 'makeself'
|
||||
pkgname=makeself
|
||||
version=2.3.1
|
||||
version=2.4.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
create_wrksrc=yes
|
||||
makedepends="tar gzip bzip2"
|
||||
depends="${makedepends}"
|
||||
short_desc="Make self-extractable archives on Unix"
|
||||
homepage="http://makeself.io"
|
||||
license="GPL-2+"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://makeself.io"
|
||||
distfiles="https://github.com/megastep/$pkgname/releases/download/release-$version/$pkgname-$version.run"
|
||||
checksum=ca0ca386d97bd984f62e9475d9203e2df5fd5abfc55ff5c777e8d324909aa040
|
||||
|
||||
skip_extraction="$pkgname-$version.run"
|
||||
checksum=ca66a6113ce98152b85c8d847949f8c90ab9ba798e106bfc225d4ed3c2e2e3e2
|
||||
skip_extraction="${pkgname}-${version}.run"
|
||||
|
||||
do_build() {
|
||||
cp ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}-${version}.run .
|
||||
|
|
Loading…
Reference in a new issue