summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgithub-actions[bot]2023-12-07 00:22:21 +0000
committergithub-actions[bot]2023-12-07 00:22:21 +0000
commit8ec0d9339a5d501cf5dfab64d651aae41daf8dd6 (patch)
treec764f0c15112a9d07599732faa1af8381ff4905a /PKGBUILD
parent8a1d98e1b969382865743c6d09b3b9ca8ca0dda1 (diff)
downloadaur-8ec0d9339a5d501cf5dfab64d651aae41daf8dd6.tar.gz
Automatic update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d8bc8a3a77b3..6f71e5c6e38c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
#
# shellcheck disable=SC2034,SC2154
pkgname=rustotpony-bin
-pkgver=0.4.3
+pkgver=0.4.4
pkgrel=2
pkgdesc='RusTOTPony — CLI manager of one-time password generators like Google Authenticator'
url='https://github.com/zebradil/rustotpony'
@@ -12,11 +12,11 @@ arch=(x86_64)
license=(MIT)
conflicts=(rustotpony)
provides=(totp)
-source=(rustotpony-bin-0.4.3::https://github.com/zebradil/rustotpony/releases/download/0.4.3/totp-linux)
+source=(rustotpony-bin-0.4.4::https://github.com/zebradil/rustotpony/releases/download/0.4.4/totp-linux)
package ()
{
set -eo pipefail;
_binname=totp;
install -Dm755 "${srcdir}/${pkgname}-${pkgver}" "${pkgdir}/usr/bin/${_binname}"
}
-sha256sums=('88e792f4782ff72d29f12fce7bfa1208becca7eb5570ac8f2f68aa5819452c08')
+sha256sums=('32c7febccdc4950690a0c846732de63f7ee0d013501e2b7095eae83d05887cbe')