summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Pérez2023-04-16 22:07:45 -0600
committerLuis Pérez2023-04-16 22:07:45 -0600
commita091ca652ab778e1ad2ed49de79a809479e6f3e5 (patch)
treecffdb718a2b31dd394f45e20c44a2a1916b827c9
parent06b4e26b331f6e093339c506af71141f457b5ded (diff)
downloadaur-a091ca652ab778e1ad2ed49de79a809479e6f3e5.tar.gz
new version 2.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fdb64dfdc74..d7cdad09de01 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 = 2.0.4
+ pkgver = 2.2.0
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/2.0.4.tar.gz
- sha256sums = 5a056e457ca205964d17fdd169a9fc82dbb75fd9f7fc71078eec3b61cd94b34f
+ source = https://github.com/bloznelis/typioca/archive/refs/tags/2.2.0.tar.gz
+ sha256sums = f491e785dd6650a354601f727a9670955a3db9ab5f2be62159c3bf388af421a1
pkgname = typioca
diff --git a/PKGBUILD b/PKGBUILD
index 2c21d60e1924..bddd4df67bde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Luis Pérez <luis dot perez at protonmail dot com>
pkgname=typioca
-pkgver=2.0.4
+pkgver=2.2.0
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=('5a056e457ca205964d17fdd169a9fc82dbb75fd9f7fc71078eec3b61cd94b34f')
+sha256sums=('f491e785dd6650a354601f727a9670955a3db9ab5f2be62159c3bf388af421a1')
build() {
cd "$pkgname-$pkgver"