summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 552aad8f5769..a65bd0795568 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = butler
pkgdesc = Command-line itch.io helper
- pkgver = 15.14.0
+ pkgver = 15.15.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.14.0/archive/default
+ source = https://broth.itch.ovh/butler/linux-amd64/15.15.0/archive/default
sha256sums = 139d933a14939a6822cee27294aac9730d45d81dc7257d5dcd8a5f46913492a1
- sha256sums = 98a08b1f310a0078e8e4917a095df9c5d41fd261e6520fd0316dccdac246ba2f
+ sha256sums = f85a425e9956e13f6fd3dd734075ed853071abcbeda23a328f81251b1841c155
pkgname = butler
diff --git a/PKGBUILD b/PKGBUILD
index 724440bd24fe..86bfe89423a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Carlo Cabanilla <carlo.cabanilla@gmail.com>
pkgname=butler
-pkgver=15.14.0
+pkgver=15.15.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'
- '98a08b1f310a0078e8e4917a095df9c5d41fd261e6520fd0316dccdac246ba2f')
+ 'f85a425e9956e13f6fd3dd734075ed853071abcbeda23a328f81251b1841c155')
package() {
install -Dm755 butler.sh "$pkgdir/usr/bin/butler"