summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2024-03-23 15:09:35 -0400
committerPatrick Northon2024-03-23 15:09:35 -0400
commitf7be9d638b61af68a7e2b5969bb2db47fe0ae9ea (patch)
tree6c75fcec6a002bd1cf071bfe9b1877c5fc2b80ce /PKGBUILD
parentc4d0003a8d0fae6a0e9fa2c1fb7f23471696b934 (diff)
downloadaur-f7be9d638b61af68a7e2b5969bb2db47fe0ae9ea.tar.gz
Update version.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60339ab7d088..b77a637acd1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
-# Maintainer: Niels Martignène <niels.martignene@gmail.com>
+# Contributor: Niels Martignène <niels.martignene@gmail.com>
# Contributor: moostik <mooostik_at_gmail.com>
# Contributor: pressh <pressh funnysymbol gmail dot com>
# Contributor: vantu5z <vantu5z@mail.ru>
@@ -7,7 +7,7 @@
_pkgname='convertall'
pkgname=${_pkgname}
_pkgreponame='ConvertAll'
-_tag='v1.0.0'
+_tag='v1.0.1'
pkgver="${_tag/v/}"
pkgrel=1
pkgdesc='Convert between units.'
@@ -23,12 +23,12 @@ source=(
"git+${url}.git#tag=${_tag}"
"flutter::git+https://github.com/flutter/flutter.git"
"flutter-engine::git+https://github.com/flutter/engine.git")
-sha256sums=('SKIP'
+sha256sums=('22cd74809e42e20b4fd9c3cacced9024a80ad1235553e9b18b81b5f44ef1f6c3'
'SKIP'
'SKIP')
_srcdir="${_pkgreponame}"
-_engine_version=3.19.3
+_engine_version=3.19.4
prepare() {
cd "${_srcdir}"