summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ac9ee90c6e3..077e6158a348 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Contributor: Pablo Lezaeta <prflr88@gmail.com>
pkgname=yash
-pkgver=2.55
-pkgrel=2
+pkgver=2.56.1
+pkgrel=1
pkgdesc='Yet Another SHell is a POSIX-compliant command line shell'
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
-url='https://yash.osdn.jp'
+url='https://magicant.github.io/yash/'
license=('GPL-2.0-only')
depends=('ncurses')
makedepends=('asciidoc' 'ed')
@@ -14,7 +14,7 @@ options=('lto')
install="${pkgname}.install"
source=("https://github.com/magicant/${pkgname}/archive/refs/tags/${pkgver}.tar.gz"
"${pkgname}.install")
-sha256sums=('9f5ac033bdc5fd49b98552ecde144f180a6148394a1d6cb1b33823a8f4440637'
+sha256sums=('cf151ee697e08b1ab711a51855346e227d7dd2202d637b448de10460486bd1ec'
'c66c7a4b9da4416082ea57bbec0ce0c2bbc13af340ceb1241b4a4897d8944531')
build() {