summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkyngs2023-12-17 11:40:08 +0100
committerkyngs2023-12-17 11:40:08 +0100
commit16ee847fec90e25ef981259c884a5737b1e284fb (patch)
tree62ac36dfbcbe96d3d3e10d9b461bb523a1bc4611 /PKGBUILD
parent15d925a19925b1ad6de83b6efe1bf2892b95c6bf (diff)
downloadaur-16ee847fec90e25ef981259c884a5737b1e284fb.tar.gz
Fix hash
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a396f84282e1..07df78bae71c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Powerful Minecraft Server Manager CLI."
arch=('x86_64')
url="https://github.com/ParadigmMC/mcman"
source=("https://github.com/ParadigmMC/mcman/releases/download/${pkgver}/mcman")
-sha256sums=('2e016b70edd718b8307e2fdc8b191af98141695120e0e1168f8de5ca96399e3f')
+sha256sums=('a34539536d6aac954006ac793ddcca436fca300e76b5de3c5288fd6a1b906f0c')
package() {
install -Dm 755 "${srcdir}/mcman" "${pkgdir}/usr/bin/mcman"