summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugo Parente Lima2021-01-11 20:10:09 -0300
committerHugo Parente Lima2021-01-11 20:10:40 -0300
commitdc456f82220188a8692d723f8e9f9b39016b4ac2 (patch)
tree35b5c0180f62bbbd7126de16950774eba3d9945d /PKGBUILD
parentd7f26b3b45fe1ec74027b6a1ffa9a28b9a6144ae (diff)
downloadaur-dc456f82220188a8692d723f8e9f9b39016b4ac2.tar.gz
Release v0.4.1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a212bb121ec2..e8f8492f2f0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hugo Parente Lima <hugo.pl@gmail.com>
pkgname=tijolo
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=0
pkgdesc="Lightweight, keyboard-oriented IDE for the masses"
arch=("x86_64")
@@ -11,7 +11,7 @@ license=("MIT")
depends=("gc" "libevent" "pcre" "gtksourceview4" "nerd-fonts-jetbrains-mono" "libgit2" "vte3" "editorconfig-core-c")
makedepends=("make" "git" "crystal>=0.35.1" "shards>=0.11.0")
source=("$pkgname-$pkgver.tar.gz::https://github.com/hugopl/tijolo/archive/v${pkgver}.tar.gz")
-sha256sums=('7e189c7e9e63c02bb7dfd4ce1207d30e0f0527ec6ea673ea91714fec98004003')
+sha256sums=('38c7b520fbc12eeb132fd415f9fdeb3ca545349cba6bdbd261b352ac7e544598')
build() {
cd "$srcdir/tijolo-$pkgver"