15.24.0-1

This commit is contained in:
Alex Butler 2025-02-24 16:15:18 +00:00
parent afaf5f90da
commit 92e18e8aab
2 changed files with 5 additions and 5 deletions

View file

@ -1,11 +1,11 @@
pkgbase = butler
pkgdesc = Command-line itch.io helper
pkgver = 15.23.0
pkgver = 15.24.0
pkgrel = 1
url = https://github.com/itchio/butler
arch = x86_64
license = MIT
source = butler-15.23.0.zip::https://broth.itch.ovh/butler/linux-amd64/15.23.0/archive/default
sha256sums = 8209afa4f2d23c78ef4f0d4a2b0e995347b1e9de2b43912842bbdf31543e1542
source = butler-15.24.0.zip::https://broth.itch.ovh/butler/linux-amd64/15.24.0/archive/default
sha256sums = bee1d708b5ed3dc7efcda3b5416ad5ca87a04d7e5fb6ebada510f3ba0cba3b69
pkgname = butler

View file

@ -1,14 +1,14 @@
# Maintainer: Carlo Cabanilla <carlo.cabanilla@gmail.com>
pkgname=butler
pkgver=15.23.0
pkgver=15.24.0
pkgrel=1
pkgdesc='Command-line itch.io helper'
arch=('x86_64')
url='https://github.com/itchio/butler'
license=('MIT')
source=("$pkgname-$pkgver.zip::https://broth.itch.ovh/butler/linux-amd64/$pkgver/archive/default")
sha256sums=('8209afa4f2d23c78ef4f0d4a2b0e995347b1e9de2b43912842bbdf31543e1542')
sha256sums=('bee1d708b5ed3dc7efcda3b5416ad5ca87a04d7e5fb6ebada510f3ba0cba3b69')
package() {
install -Dm755 butler "$pkgdir/usr/bin/butler"