mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
bashmount: update to 4.1.0.
This commit is contained in:
parent
9c15c7d896
commit
d015dfa9b8
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bashmount'
|
# Template file for 'bashmount'
|
||||||
pkgname=bashmount
|
pkgname=bashmount
|
||||||
version=3.2.0
|
version=4.1.0
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
conf_files="/etc/$pkgname.conf"
|
conf_files="/etc/$pkgname.conf"
|
||||||
depends="bash util-linux"
|
depends="bash util-linux"
|
||||||
|
@ -10,12 +10,12 @@ maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/jamielinux/bashmount"
|
homepage="https://github.com/jamielinux/bashmount"
|
||||||
distfiles="https://github.com/jamielinux/bashmount/archive/$version.tar.gz"
|
distfiles="https://github.com/jamielinux/bashmount/archive/$version.tar.gz"
|
||||||
checksum=32f328e1921f60b429e2ab389ecc314f5bd7545ac4385c7c7918d08ebe9ecc22
|
checksum=2a67504ca7e4325f7056bb7ab61e78f8687132d779dae92f899bf8a69674769b
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin $pkgname
|
vbin $pkgname
|
||||||
vman $pkgname.1
|
vman $pkgname.1
|
||||||
vconf $pkgname.conf
|
vconf $pkgname.conf
|
||||||
vdoc NEWS
|
vdoc NEWS
|
||||||
vdoc README.pod
|
vdoc README.md
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue