diff options
-rw-r--r-- | pcr/tomb/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr/tomb/PKGBUILD b/pcr/tomb/PKGBUILD index 4d4f1ef30..ad26a49e0 100644 --- a/pcr/tomb/PKGBUILD +++ b/pcr/tomb/PKGBUILD @@ -2,11 +2,11 @@ # Contributor (Arch): nignux <nignux@freaknet.org> # Contributor (Arch): fauno <fauno@parabola.nu> # Contributor (Arch): BoySka -# Maintainer: fauno <fauno@parabola.nu> +# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgbase=tomb pkgname=(tomb tomb-kdf) -pkgver=2.0.1 +pkgver=2.1 pkgrel=1 pkgdesc="Crypto Undertaker, a simple tool to manage encrypted storage" arch=('i686' 'x86_64') @@ -21,7 +21,7 @@ source=( ) # The first hash comes from the .sha file -sha256sums=('b6ae4e55cd9ee05c5fea800b4c9a757202d90a6278956a1c818113d17cc2f022' +sha256sums=('a47f823e8ca51ecbba051349b899430b9c8037a8c90d043c53e49d997007680d' 'SKIP' 'SKIP') |