summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Pérez2022-05-22 08:27:58 -0600
committerLuis Pérez2022-05-22 08:27:58 -0600
commit9098031dd3b2c8e54757bc75a0b744e2f84cec84 (patch)
treee39d03864dcd0f05e4ff673abf820c61f0f61d2e
parent5a68c09cab91ebddb8b4979289ff800e932306ba (diff)
downloadaur-9098031dd3b2c8e54757bc75a0b744e2f84cec84.tar.gz
version 1.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95f2d97b0885..74d3cf86eece 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = typioca
pkgdesc = Tapioca (/ˌtæpiˈoʊkə/) is a starch extracted from the storage roots of the cassava plant. Pearl tapioca is a common ingredient in Asian desserts...and sweet drinks such as bubble tea.
- pkgver = 1.0.1
+ pkgver = 1.2.1
pkgrel = 1
url = https://github.com/bloznelis/typioca
arch = any
@@ -8,7 +8,7 @@ pkgbase = typioca
makedepends = go
makedepends = make
provides = typioca
- source = https://github.com/bloznelis/typioca/archive/refs/tags/1.0.1.tar.gz
- sha256sums = fa28239cd5fdb11ea0c2aba32cff767a7ce46f18d769f821797c6942ae2b9052
+ source = https://github.com/bloznelis/typioca/archive/refs/tags/1.2.1.tar.gz
+ sha256sums = ab5ee22ddc935ed140c74807f9ff594e99ad49f0f7cf7c5568cfde2a4983ef65
pkgname = typioca
diff --git a/PKGBUILD b/PKGBUILD
index 42f8f31c48cf..d55e56a724be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Luis Pérez <luis dot perez at protonmail dot com>
pkgname=typioca
-pkgver=1.0.1
+pkgver=1.2.1
pkgrel=1
pkgdesc="Tapioca (/ˌtæpiˈoʊkə/) is a starch extracted from the storage roots of the cassava plant. Pearl tapioca is a common ingredient in Asian desserts...and sweet drinks such as bubble tea."
arch=(any)
@@ -10,7 +10,7 @@ makedepends=('go' 'make')
provides=(typioca)
conflicts=()
source=("https://github.com/bloznelis/typioca/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('fa28239cd5fdb11ea0c2aba32cff767a7ce46f18d769f821797c6942ae2b9052')
+sha256sums=('ab5ee22ddc935ed140c74807f9ff594e99ad49f0f7cf7c5568cfde2a4983ef65')
build() {
cd "$pkgname-$pkgver"