summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAgatha Zeren2023-02-06 21:55:09 -0500
committerAgatha Zeren2023-02-06 21:55:09 -0500
commita2e249e5fa98e2488c1916d1d017bc4d2ad83a3d (patch)
treed4ab7e03c0d3d6cb6682d7b8b2701cad6e144e9f /PKGBUILD
parentf9e3fbf9c25d51b75e35ec75d8156f613943945b (diff)
downloadaur-a2e249e5fa98e2488c1916d1d017bc4d2ad83a3d.tar.gz
Update to 0.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76d75df60599..ed71bdf3874d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Agatha Zeren <agatha@zeren.com>
pkgname=tera-cli
-pkgver=0.4.1
+pkgver=0.5.0
pkgrel=1
pkgdesc="CLI to make one-off Tera templating easier"
depends=('gcc-libs')
@@ -9,7 +9,7 @@ makedepends=('cargo')
arch=('x86_64')
url="https://github.com/guangie88/tera-cli"
source=("$pkgname-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('1214150a5a7ff65d087a2d385344caf09c98a34ca7bfb76c41b27e3dfa3150e8')
+sha256sums=('6a9bcb8cc0cdb65fa2ec5100d94be495859534abb19b6b08fe182f3825779744')
license=('MIT')