bashmount: update to 4.1.0.

This commit is contained in:
Daniel Lewan 2020-06-11 23:31:21 +02:00 committed by Helmut Pozimski
parent 9c15c7d896
commit d015dfa9b8

View file

@ -1,7 +1,7 @@
# Template file for 'bashmount'
pkgname=bashmount
version=3.2.0
revision=2
version=4.1.0
revision=1
archs=noarch
conf_files="/etc/$pkgname.conf"
depends="bash util-linux"
@ -10,12 +10,12 @@ maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://github.com/jamielinux/bashmount"
distfiles="https://github.com/jamielinux/bashmount/archive/$version.tar.gz"
checksum=32f328e1921f60b429e2ab389ecc314f5bd7545ac4385c7c7918d08ebe9ecc22
checksum=2a67504ca7e4325f7056bb7ab61e78f8687132d779dae92f899bf8a69674769b
do_install() {
vbin $pkgname
vman $pkgname.1
vconf $pkgname.conf
vdoc NEWS
vdoc README.pod
vdoc README.md
}