summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugo Parente Lima2022-02-22 11:45:07 -0300
committerHugo Parente Lima2022-02-22 11:45:07 -0300
commit19808ed2ad4a7e0c60c75ff7dfb98b583b3740c5 (patch)
tree92ac616a2492d295c133521a3c8c3b9f49f9a5e4 /PKGBUILD
parent6c474cb7bd10168a88aef4ceb7cd9e896e54a4f3 (diff)
downloadaur-19808ed2ad4a7e0c60c75ff7dfb98b583b3740c5.tar.gz
Release v0.7.1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f49b5a615052..5b1d1d52170d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hugo Parente Lima <hugo.pl@gmail.com>
pkgname=tijolo
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=1
pkgdesc="Lightweight, keyboard-oriented IDE for the masses"
arch=("x86_64")
@@ -15,7 +15,7 @@ optdepends=('ccls: C/C++ LSP support'
'yaml-language-server-bin: YAML LSP support'
'python-language-server: Python LSP support')
source=("$pkgname-$pkgver.tar.gz::https://github.com/hugopl/tijolo/archive/v${pkgver}.tar.gz")
-sha256sums=('3775a005b8e04ec345c77ba1cfd8320261482c5c2964ef058a614c835c8508f7')
+sha256sums=('df13a32c7901c5156344ca2b42147e4c926eb5e9ea4a07a66549ce4c499b7f99')
build() {
cd "$srcdir/tijolo-$pkgver"