summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Pérez2022-06-09 00:41:20 -0600
committerLuis Pérez2022-06-09 00:41:20 -0600
commit6304e39bdd8e631c8e36446ead813987236d0f60 (patch)
treec4aefac86142f20be2fe36345bf4f337891e3da2
parent9c48138f03d6f8cd416ddb70fbb08e931dad60c7 (diff)
downloadaur-6304e39bdd8e631c8e36446ead813987236d0f60.tar.gz
new version 1.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bd1434f2ec0..8e67be75d15b 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.2.3
+ pkgver = 1.4.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/1.2.3.tar.gz
- sha256sums = 3f4b5180a4e4ad05aa063f88a2a047562d3c04452f1db9cb4f6557198ac8a43a
+ source = https://github.com/bloznelis/typioca/archive/refs/tags/1.4.0.tar.gz
+ sha256sums = a3527da755641849d24517b57808c66b48618246c4bb425776707d1c6a669f64
pkgname = typioca
diff --git a/PKGBUILD b/PKGBUILD
index aa63c19a8d34..ef4ac8d829ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Luis Pérez <luis dot perez at protonmail dot com>
pkgname=typioca
-pkgver=1.2.3
+pkgver=1.4.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=('3f4b5180a4e4ad05aa063f88a2a047562d3c04452f1db9cb4f6557198ac8a43a')
+sha256sums=('a3527da755641849d24517b57808c66b48618246c4bb425776707d1c6a669f64')
build() {
cd "$pkgname-$pkgver"