From d015dfa9b81415f92a386126a77a078c3e50fade Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Thu, 11 Jun 2020 23:31:21 +0200 Subject: [PATCH] bashmount: update to 4.1.0. --- srcpkgs/bashmount/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/bashmount/template b/srcpkgs/bashmount/template index bff93929e15..6f71ce3c929 100644 --- a/srcpkgs/bashmount/template +++ b/srcpkgs/bashmount/template @@ -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 " 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 }