Update checksum

This commit is contained in:
SelfRef 2025-02-12 02:11:57 +01:00
parent d2da3028cf
commit 123c15ddf8
2 changed files with 4 additions and 4 deletions

View file

@ -1,13 +1,13 @@
pkgbase = mrpack-install-bin
pkgdesc = Modrinth Modpack server deployment
pkgver = 0.16.10
pkgrel = 1
pkgrel = 2
url = https://github.com/nothub/mrpack-install
arch = x86_64
license = MIT
provides = mrpack-install
conflicts = mrpack-install
source = mrpack-install::https://github.com/nothub/mrpack-install/releases/download/v0.16.10/mrpack-install-linux
md5sums = aedb13fab309ce0d425331585cfe9fca
sha256sums = 01eb5c05423a7a94a7f844bde946c1963e296ecd9757c770923aeaf933f06bc1
pkgname = mrpack-install-bin

View file

@ -3,7 +3,7 @@
_basename=mrpack-install
pkgname="${_basename}-bin"
pkgver=0.16.10
pkgrel=1
pkgrel=2
pkgdesc="Modrinth Modpack server deployment"
arch=('x86_64')
url="https://github.com/nothub/mrpack-install"
@ -11,7 +11,7 @@ license=('MIT')
provides=('mrpack-install')
conflicts=('mrpack-install')
source=("${_basename}"::"https://github.com/nothub/mrpack-install/releases/download/v${pkgver}/mrpack-install-linux")
md5sums=('aedb13fab309ce0d425331585cfe9fca')
sha256sums=('01eb5c05423a7a94a7f844bde946c1963e296ecd9757c770923aeaf933f06bc1')
package() {
install -Dm755 -t "${pkgdir}/usr/bin" "${srcdir}/mrpack-install"