summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormosquito2023-10-11 12:42:13 +0800
committermosquito2023-10-11 12:42:13 +0800
commit460d8d55bbcd9a486d61ac747fbb3edc99103823 (patch)
tree143167982e4f11ecb869525ba2480249e53f8533
parentad9ad461630239998738082793c4893e8378fc09 (diff)
downloadaur-bobibo.tar.gz
release v1.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20d6d002c0fa..5821559fd874 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = bobibo
pkgdesc = A cli-app, convert pictures to ascii arts.
- pkgver = 1.4.0
+ pkgver = 1.4.1
pkgrel = 1
url = https://github.com/orzation/bobibo
arch = x86_64
license = GPL3
makedepends = go>=1.18
- source = bobibo-1.4.0.tar.gz::https://github.com/orzation/bobibo/archive/v1.4.0.tar.gz
- sha256sums = ce3633f19a5d88a42ff7539ca36b8ed15413c23a2c43aa02bb9c2ce43e4f3522
+ source = bobibo-1.4.1.tar.gz::https://github.com/orzation/bobibo/archive/v1.4.1.tar.gz
+ sha256sums = ee0c6b8aad954bbbf52b837bbde8a318af154f50f251ccea80c08c039ee23489
pkgname = bobibo
diff --git a/PKGBUILD b/PKGBUILD
index 0ca636232a98..c03bf111d72a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mosquito <mosquito@email.cn>
pkgname=bobibo
-pkgver=1.4.0
+pkgver=1.4.1
pkgrel=1
pkgdesc="A cli-app, convert pictures to ascii arts."
arch=("x86_64")
@@ -27,4 +27,4 @@ package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}
-sha256sums=('ce3633f19a5d88a42ff7539ca36b8ed15413c23a2c43aa02bb9c2ce43e4f3522')
+sha256sums=('ee0c6b8aad954bbbf52b837bbde8a318af154f50f251ccea80c08c039ee23489')