Update to 1.3.0

This commit is contained in:
Forest Ames 2026-02-14 21:12:09 -08:00
parent 413dd8bf2c
commit b22f55f84a
2 changed files with 5 additions and 5 deletions

View file

@ -1,12 +1,12 @@
pkgbase = puzzletea
pkgdesc = A collection of puzzle bubbles for BubbleTea
pkgver = 1.2.0
pkgver = 1.3.0
pkgrel = 1
url = https://github.com/FelineStateMachine/puzzletea
arch = any
license = MIT
makedepends = go
source = https://github.com/FelineStateMachine/puzzletea/archive/refs/tags/v1.2.0.tar.gz
sha256sums = a996a09d129dce4a047ca666592ed27363557dad0d9e9ee8df03d47b7e758c70
source = https://github.com/FelineStateMachine/puzzletea/archive/refs/tags/v1.3.0.tar.gz
sha256sums = 0a94bcb60317b7d788a9db5c2a7de27f6c8ab7862c0f9fa449f2c247687020a6
pkgname = puzzletea

View file

@ -1,6 +1,6 @@
# Maintainer: Forest Ames <fox dot ames at smallfox dot io>
pkgname=puzzletea
pkgver=1.2.0
pkgver=1.3.0
pkgrel=1
pkgdesc="A collection of puzzle bubbles for BubbleTea"
arch=('any')
@ -9,7 +9,7 @@ license=('MIT')
depends=()
makedepends=('go')
source=("https://github.com/FelineStateMachine/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('a996a09d129dce4a047ca666592ed27363557dad0d9e9ee8df03d47b7e758c70')
sha256sums=('0a94bcb60317b7d788a9db5c2a7de27f6c8ab7862c0f9fa449f2c247687020a6')
build() {
cd "$pkgname-$pkgver"