summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBAD Gumby2024-10-22 13:00:28 -0400
committerBAD Gumby2024-10-22 13:00:28 -0400
commite98b76f54612e8d0a88f535c801796a5f3eb4aa3 (patch)
treef6ca0f9c98800352581968764ae56cc8bbf071aa /PKGBUILD
parent9fdd1d4aba990ebf0510e70f011b7e66c296250b (diff)
downloadaur-e98b76f54612e8d0a88f535c801796a5f3eb4aa3.tar.gz
update PKGBUILD and .SRCINFO to v2.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30d461bfd885..33934ba05483 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Christian Berendt <christian at suppentopf dot net>
pkgname=boxes
-pkgver=2.3.0
+pkgver=2.3.1
pkgrel=1
pkgdesc="Text mode box and comment drawing filter"
url="http://boxes.thomasjensen.com/"
@@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
license=('GPL2')
depends=('bison' 'flex')
source=("https://github.com/ascii-boxes/boxes/archive/refs/tags/v$pkgver.zip")
-md5sums=('3ce79f2c1bca6128c1d668d1d3831b43')
+md5sums=('437f8afe1911cce6203c1bf64d8f6d9f')
build() {
cd $srcdir/$pkgname-$pkgver