diff --git a/.SRCINFO b/.SRCINFO index 2e0c90ba09ac..75279c841f44 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,14 +1,14 @@ pkgbase = butler pkgdesc = Command-line itch.io helper - pkgver = 15.20.0 + pkgver = 15.21.0 pkgrel = 1 url = https://github.com/itchio/butler arch = x86_64 license = MIT source = butler.sh - source = https://broth.itch.ovh/butler/linux-amd64/15.20.0/archive/default + source = https://broth.itch.ovh/butler/linux-amd64/15.21.0/archive/default sha256sums = 139d933a14939a6822cee27294aac9730d45d81dc7257d5dcd8a5f46913492a1 - sha256sums = bfd0a954b016d92cdae34d6267e130d5c20a724592378e098d222277d0e03a5c + sha256sums = b640fceade5cafc7601b0ee57ba13c85913917eb5440375f7a605126f9ca2e1c pkgname = butler diff --git a/PKGBUILD b/PKGBUILD index 9b3de368ffce..fd11bc0e29a2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Carlo Cabanilla pkgname=butler -pkgver=15.20.0 +pkgver=15.21.0 pkgrel=1 pkgdesc='Command-line itch.io helper' arch=('x86_64') @@ -10,7 +10,7 @@ license=('MIT') source=("butler.sh" "https://broth.itch.ovh/butler/linux-amd64/$pkgver/archive/default") sha256sums=('139d933a14939a6822cee27294aac9730d45d81dc7257d5dcd8a5f46913492a1' - 'bfd0a954b016d92cdae34d6267e130d5c20a724592378e098d222277d0e03a5c') + 'b640fceade5cafc7601b0ee57ba13c85913917eb5440375f7a605126f9ca2e1c') package() { install -Dm755 butler.sh "$pkgdir/usr/bin/butler"