From 3fb9b186bc8cca089dfc18474e4139b422bea28b Mon Sep 17 00:00:00 2001 From: Andy Weidenbaum Date: Mon, 18 May 2020 11:03:04 +1000 Subject: [PATCH] quixand: update to 2020. --- srcpkgs/quixand/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/quixand/template b/srcpkgs/quixand/template index d7c9739ed7f..782838cb6b0 100644 --- a/srcpkgs/quixand/template +++ b/srcpkgs/quixand/template @@ -1,18 +1,17 @@ # Template file for 'quixand' pkgname=quixand -version=2012.12.24.1 +version=2020 revision=1 archs=noarch depends="bash encfs" -short_desc="A tool for creating single-use unrecoverable encrypted sandboxes" +short_desc="Tool for creating single-use unrecoverable encrypted sandboxes" maintainer="Andy Weidenbaum " license="GPL-2.0-only" homepage="https://xyne.archlinux.ca/projects/quixand/" distfiles="https://xyne.archlinux.ca/projects/quixand/src/${pkgname}-${version}.tar.xz" -checksum=3d8f1b03de824d5b9357b5479ecdfcdce22985671eac5234199fb4504cb2ba11 +checksum=470fac15b0f4f9c6e4cdf2be360cb4e9325ec319494991e8550b3d1d0b0226e1 do_install() { vbin quixand - vlicense COPYING vman man/quixand.1.gz }