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 fee216d9db4e..1981a970700a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Michael Straube <straubem@gmx.de>
+# Maintainer:
# Contributor: Pablo Lezaeta <prflr88@gmail.com>
pkgname=yash
-pkgver=2.45
+pkgver=2.46
pkgrel=1
pkgdesc="Yet Another SHell is a POSIX-compliant command line shell"
arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@ url="http://sourceforge.jp/projects/yash/"
license=('GPL')
depends=('ncurses')
install=yash.install
-source=("https://de.osdn.net/projects/yash/downloads/67984/yash-${pkgver}.tar.xz")
-sha256sums=('5b127d71e0e1edd462b224322c01332819a38eaa442baad807283e139ee56e11')
+source=("https://de.osdn.net/projects/yash/downloads/68578/yash-${pkgver}.tar.xz")
+sha256sums=('93431d897ce2b176c9f97b879c70a426ebc125b073d5894c00cd746f3a8455cb')
build() {
cd ${pkgname}-${pkgver}