From 1bcba2d703f2d0eacd26533a337a8805d245f38c Mon Sep 17 00:00:00 2001 From: KF-Art Date: Thu, 27 Apr 2023 14:40:29 -0400 Subject: [PATCH] Update blesh-git from 2022.12.14_1 to 2023.04.18_1 --- srcpkgs/blesh-git/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/blesh-git/template b/srcpkgs/blesh-git/template index 6712b69..16fc1d0 100644 --- a/srcpkgs/blesh-git/template +++ b/srcpkgs/blesh-git/template @@ -1,13 +1,13 @@ # Template file for 'blesh-git' pkgname=blesh-git -version=2022.12.14 +version=2023.04.18 revision=1 makedepends="gawk git" depends="bash git" build_style="gnu-makefile" repository=cereus-extra -short_desc="A replacement for bash's line editor with advanced features" -maintainer="Kevin F. " +short_desc="A replacement for bash's line editor with advanced features - git nightly branch" +maintainer="Kevin F. " license="BSD-3-Clause" conflicts="blesh" homepage="https://github.com/akinomyoga/ble.sh"