summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Pérez2023-06-17 22:44:42 -0600
committerLuis Pérez2023-06-17 22:44:42 -0600
commit444672cb3321bc07fb1a73ce0f03a626e9f45b74 (patch)
tree872304f0246ac6542be944a1711bacd9c37b0e31
parenta091ca652ab778e1ad2ed49de79a809479e6f3e5 (diff)
downloadaur-typioca.tar.gz
new version 2.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7cdad09de01..424122133be1 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.2.0
+ pkgver = 2.4.2
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.2.0.tar.gz
- sha256sums = f491e785dd6650a354601f727a9670955a3db9ab5f2be62159c3bf388af421a1
+ source = https://github.com/bloznelis/typioca/archive/refs/tags/2.4.2.tar.gz
+ sha256sums = 57246b9f13b8f4f34a93eed7b2ac3efa871dd49714f44b9b85bbc82c4700b9a2
pkgname = typioca
diff --git a/PKGBUILD b/PKGBUILD
index bddd4df67bde..8b6b3a393b46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Luis Pérez <luis dot perez at protonmail dot com>
pkgname=typioca
-pkgver=2.2.0
+pkgver=2.4.2
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=('f491e785dd6650a354601f727a9670955a3db9ab5f2be62159c3bf388af421a1')
+sha256sums=('57246b9f13b8f4f34a93eed7b2ac3efa871dd49714f44b9b85bbc82c4700b9a2')
build() {
cd "$pkgname-$pkgver"