summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2021-10-11 16:06:13 -0400
committerAndrew O'Neill2021-10-11 16:06:13 -0400
commit65a4645047e590bea90b81223e356b44ede0e6a0 (patch)
treee034aba64c240811fbd08a030137051615f587b4
parent1ce8a599ce84b8c8ce9c7985eaa2a993da607e69 (diff)
downloadaur-65a4645047e590bea90b81223e356b44ede0e6a0.tar.gz
Version bump
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e4f9997c91d..e05df565d5b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yash
pkgdesc = Yet Another SHell is a POSIX-compliant command line shell
- pkgver = 2.51
+ pkgver = 2.52
pkgrel = 1
url = http://sourceforge.jp/projects/yash/
install = yash.install
@@ -8,10 +8,9 @@ pkgbase = yash
arch = armv7h
license = GPL
depends = ncurses
- source = https://osdn.net/dl/yash/yash-2.51.tar.xz
+ source = https://osdn.net/dl/yash/yash-2.52.tar.xz
source = yash.install
- sha256sums = 6f15e68eeb63fd42e91c3ce75eccf325f2c938fa1dc248e7213af37c043aeaf8
+ sha256sums = 55137beffd83848805b8cef90c0c6af540744afcc103e1b0f7bdf3ef1991b5c9
sha256sums = c66c7a4b9da4416082ea57bbec0ce0c2bbc13af340ceb1241b4a4897d8944531
pkgname = yash
-
diff --git a/PKGBUILD b/PKGBUILD
index bf8707ee16f8..4a4232358299 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Pablo Lezaeta <prflr88@gmail.com>
pkgname=yash
-pkgver=2.51
+pkgver=2.52
pkgrel=1
pkgdesc='Yet Another SHell is a POSIX-compliant command line shell'
arch=('x86_64' 'armv7h')
@@ -12,7 +12,7 @@ depends=('ncurses')
install="${pkgname}.install"
source=("https://osdn.net/dl/${pkgname}/${pkgname}-${pkgver}.tar.xz"
"${pkgname}.install")
-sha256sums=('6f15e68eeb63fd42e91c3ce75eccf325f2c938fa1dc248e7213af37c043aeaf8'
+sha256sums=('55137beffd83848805b8cef90c0c6af540744afcc103e1b0f7bdf3ef1991b5c9'
'c66c7a4b9da4416082ea57bbec0ce0c2bbc13af340ceb1241b4a4897d8944531')
build() {