summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNyCode2021-09-05 16:46:38 +0200
committerNyCode2021-09-05 16:46:38 +0200
commit3b9cd4f5391e137f22887e076e27d1e12f1ac46d (patch)
tree04934176be379a69d88c4876d45ec4cb711ad326 /PKGBUILD
parent6dd0dd2cd303943a9f829e7d8fe9a8398e2828dd (diff)
downloadaur-3b9cd4f5391e137f22887e076e27d1e12f1ac46d.tar.gz
Fix sha256 hash
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index edd846f20398..49d991ef108a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/DRSchlaubi/mcserv"
license=('GPL3')
options=(!strip)
source=("https://github.com/DRSchlaubi/mcserv/releases/download/v$pkgver/$pkgname-$pkgver-linux.tar.gz")
-sha256sums=("667345010fecbbe1ffcfd3a2e0617c0f8da6701d34ab3079dc25ec5bfa934ae5")
+sha256sums=("c89e85703500d430f6c9c4d097d09cb6cb2866e35485e280df536a47681b3ca4")
pkgver() {
newVer=$(curl --silent https://api.github.com/repos/DRSchlaubi/mcserv/releases/latest | jq -r '."tag_name"')