summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 285dffa22bf1..ef1b7157f12d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: replydev <commoncargo@protonmail.com>
pkgname=cotp
-pkgver=0.1.4
+pkgver=0.1.5
pkgrel=1
pkgdesc='Trustworthy encrypted command line authenticator app compatible with multiple backups.'
arch=('x86_64' 'aarch64' 'armv7')
@@ -10,7 +10,7 @@ url='https://github.com/replydev/cotp'
license=('GPL3')
makedepends=('rust')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('da9b8d6f85cf8ec49cd0f9cfd65a3a0dcfc999050609e80d1d61e7c1adb48083')
+sha256sums=('fc21fa0f2e6169591b4c7a7ca7fe73347e8e401f0c201dddfe126f3709bf9164')
build() {
cd "$pkgname-$pkgver"