Update to 1.4.0

This commit is contained in:
Forest Ames 2026-02-16 18:29:24 -08:00
parent df2915a47d
commit cb5cce9dbf
2 changed files with 5 additions and 5 deletions

View file

@ -1,13 +1,13 @@
pkgbase = puzzletea
pkgdesc = A collection of puzzle bubbles for BubbleTea
pkgver = 1.3.1
pkgver = 1.4.0
pkgrel = 1
url = https://github.com/FelineStateMachine/puzzletea
arch = any
license = MIT
checkdepends = just
makedepends = go
source = https://github.com/FelineStateMachine/puzzletea/archive/refs/tags/v1.3.1.tar.gz
sha256sums = 29800679038977479ceaa2e60332b66ccee1aefe236f5860fd2fba8a2914b684
source = https://github.com/FelineStateMachine/puzzletea/archive/refs/tags/v1.4.0.tar.gz
sha256sums = af2a593ab43535d328ac889d86f3ad29ce7258d68b0c51f20c0401ed5d32e7bb
pkgname = puzzletea

View file

@ -1,6 +1,6 @@
# Maintainer: Forest Ames <fox dot ames at smallfox dot io>
pkgname=puzzletea
pkgver=1.3.1
pkgver=1.4.0
pkgrel=1
pkgdesc="A collection of puzzle bubbles for BubbleTea"
arch=('any')
@ -10,7 +10,7 @@ depends=()
makedepends=('go')
checkdepends=('just')
source=("https://github.com/FelineStateMachine/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('29800679038977479ceaa2e60332b66ccee1aefe236f5860fd2fba8a2914b684')
sha256sums=('af2a593ab43535d328ac889d86f3ad29ce7258d68b0c51f20c0401ed5d32e7bb')
build() {
cd "$pkgname-$pkgver"