summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Perez2022-09-20 10:32:15 -0600
committerLuis Perez2022-09-20 10:32:15 -0600
commit06b4e26b331f6e093339c506af71141f457b5ded (patch)
treeb76f74037f7d43c959059d6f4f212a5e82758c6e
parent6304e39bdd8e631c8e36446ead813987236d0f60 (diff)
downloadaur-06b4e26b331f6e093339c506af71141f457b5ded.tar.gz
new version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e67be75d15b..0fdb64dfdc74 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.4.0
+ pkgver = 2.0.4
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.4.0.tar.gz
- sha256sums = a3527da755641849d24517b57808c66b48618246c4bb425776707d1c6a669f64
+ source = https://github.com/bloznelis/typioca/archive/refs/tags/2.0.4.tar.gz
+ sha256sums = 5a056e457ca205964d17fdd169a9fc82dbb75fd9f7fc71078eec3b61cd94b34f
pkgname = typioca
diff --git a/PKGBUILD b/PKGBUILD
index ef4ac8d829ab..2c21d60e1924 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Luis Pérez <luis dot perez at protonmail dot com>
pkgname=typioca
-pkgver=1.4.0
+pkgver=2.0.4
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=('a3527da755641849d24517b57808c66b48618246c4bb425776707d1c6a669f64')
+sha256sums=('5a056e457ca205964d17fdd169a9fc82dbb75fd9f7fc71078eec3b61cd94b34f')
build() {
cd "$pkgname-$pkgver"