summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGerman Lashevich2023-02-25 15:36:05 +0100
committerGerman Lashevich2023-02-25 15:36:05 +0100
commit30cd81e179df4e98ce482675fc568c8e9fa501a0 (patch)
treef2a3987a580e44b82d8025d744c68dae7868bd8d /PKGBUILD
parentea9cb921f305f5307caeca0a2dc9ea6bb4539a71 (diff)
downloadaur-30cd81e179df4e98ce482675fc568c8e9fa501a0.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d6f97695851..b36750f5d3c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: German Lashevich <german.lashevich@gmail.com>
-pkgver=0.4.0
+pkgver=0.4.1
_binname=totp
@@ -14,7 +14,7 @@ arch=(x86_64)
url="https://github.com/zebradil/${_pkgname}"
license=('MIT')
source=("${url}/releases/download/${pkgver}/${_binname}-linux")
-sha256sums=('083163a99d84a6a398fb0c2bca3645c5f66c00603351884897f5c6c38fd743bc')
+sha256sums=('dcb96179a0748a96a44ab0e9b3da508825fe70acf457277d3aff5130335d9d35')
package() {
install -Dm755 "${srcdir}/${_binname}-linux" "${pkgdir}/usr/bin/${_binname}"