summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2022-08-24 21:49:54 -0400
committerAndrew O'Neill2022-08-24 21:49:54 -0400
commit890cd2940e405b667be1b51afa79aaf0e1e688fb (patch)
tree1c8e551145c0ad3cf8b97ef6a6b128d5a661165b
parent65a4645047e590bea90b81223e356b44ede0e6a0 (diff)
downloadaur-890cd2940e405b667be1b51afa79aaf0e1e688fb.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e05df565d5b4..9802041c0ba7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yash
pkgdesc = Yet Another SHell is a POSIX-compliant command line shell
- pkgver = 2.52
+ pkgver = 2.53
pkgrel = 1
url = http://sourceforge.jp/projects/yash/
install = yash.install
@@ -8,9 +8,9 @@ pkgbase = yash
arch = armv7h
license = GPL
depends = ncurses
- source = https://osdn.net/dl/yash/yash-2.52.tar.xz
+ source = https://osdn.net/dl/yash/yash-2.53.tar.xz
source = yash.install
- sha256sums = 55137beffd83848805b8cef90c0c6af540744afcc103e1b0f7bdf3ef1991b5c9
+ sha256sums = e430ee845dfd7711c4f864d518df87dd78b40560327c494f59ccc4731585305d
sha256sums = c66c7a4b9da4416082ea57bbec0ce0c2bbc13af340ceb1241b4a4897d8944531
pkgname = yash
diff --git a/PKGBUILD b/PKGBUILD
index 4a4232358299..0b987b8a113c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Pablo Lezaeta <prflr88@gmail.com>
pkgname=yash
-pkgver=2.52
+pkgver=2.53
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=('55137beffd83848805b8cef90c0c6af540744afcc103e1b0f7bdf3ef1991b5c9'
+sha256sums=('e430ee845dfd7711c4f864d518df87dd78b40560327c494f59ccc4731585305d'
'c66c7a4b9da4416082ea57bbec0ce0c2bbc13af340ceb1241b4a4897d8944531')
build() {