summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst2021-03-09 08:48:15 +0100
committerChristoph Wurst2021-03-09 08:48:15 +0100
commit3f7c1e10382e9ac2b5d6bc86e74a56359a992203 (patch)
treee421759e265a780df391a6e6b3f87763ae6801f9
parent2054e9fd526eba68728e8a83c1395c5a4102aaa6 (diff)
downloadaur-3f7c1e10382e9ac2b5d6bc86e74a56359a992203.tar.gz
Fix checksum
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e451c0012ae6..4d3180936fd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = krankerl
license = GPL-3.0
depends = libcurl-gnutls
source = krankerl-0.13.0::https://github.com/ChristophWurst/krankerl/releases/download/v0.13.0/krankerl
- sha256sums = 696913d51d853f8214370d552fd61a5aa1caeb7d8f08d20ef097b75d561d3dfa
+ sha256sums = 8ebfdb9e9f884ab2b0652d04f33edfc945487a0875a9d9859095f2dc053aab73
pkgname = krankerl
diff --git a/PKGBUILD b/PKGBUILD
index 85fe50b5ef63..b18b531b9e69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('x86_64')
license=('GPL-3.0')
depends=('libcurl-gnutls')
source=("${pkgname}-${pkgver}::https://github.com/ChristophWurst/krankerl/releases/download/v${pkgver}/krankerl")
-sha256sums=('696913d51d853f8214370d552fd61a5aa1caeb7d8f08d20ef097b75d561d3dfa')
+sha256sums=('8ebfdb9e9f884ab2b0652d04f33edfc945487a0875a9d9859095f2dc053aab73')
package() {
install -Dm755 "${pkgname}-${pkgver}" "$pkgdir/usr/bin/krankerl"