makeself: update to 2.3.1.

This commit is contained in:
Leah Neukirchen 2017-08-12 16:20:16 +02:00
parent ea1f8189fc
commit 6709b82435

View file

@ -1,6 +1,6 @@
# Template file for 'makeself'
pkgname=makeself
version=2.3.0
version=2.3.1
revision=1
noarch=yes
create_wrksrc=yes
@ -11,7 +11,7 @@ homepage="http://www.megastep.org/makeself/"
license="GPL-2+"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="https://github.com/megastep/$pkgname/releases/download/release-$version/$pkgname-$version.run"
checksum=f28a63f325d3edcc82492fce03950c43a09aaffa22853a6c990931ef4d8414be
checksum=48b2b0f0b2c7a8b91d98be9c7252bf222d9109b145c482c0f05149230e3af1ca
do_extract() {
:
@ -20,7 +20,7 @@ do_extract() {
do_build() {
cp ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}-${version}.run .
chmod +x ${pkgname}-${version}.run
./${pkgname}-${version}.run
./${pkgname}-${version}.run --target ${pkgname}-${version}
}
do_install() {