aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/zsh/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/zsh/APKBUILD b/main/zsh/APKBUILD
index 54ca685f72..1673d25b17 100644
--- a/main/zsh/APKBUILD
+++ b/main/zsh/APKBUILD
@@ -8,12 +8,12 @@
# - CVE-2018-1071
#
pkgname=zsh
-pkgver=5.6.2
+pkgver=5.7.1
pkgrel=0
pkgdesc="Very advanced and programmable command interpreter (shell)"
-url="http://www.zsh.org"
+url="https://www.zsh.org/"
arch="all"
-license="BSD"
+license="custom"
makedepends="ncurses-dev diffutils"
install="zsh.post-install zsh.post-upgrade zsh.pre-deinstall"
source="https://download.sourceforge.net/project/zsh/zsh/$pkgver/zsh-$pkgver.tar.xz
@@ -155,5 +155,5 @@ _submv() {
mkdir -p "$subpkgdir"/${path%/*}
mv "$pkgdir"/$path "$subpkgdir"/${path%/*}/
}
-sha512sums="f0a49e41b55eb478692ab5471d7c9828956b7e96bc82944202b0ef1c49a889b21a0e7682aa5f59fd0054ebfd866c2244c8a622e7aa46c13038af5c226c48a3a2 zsh-5.6.2.tar.xz
+sha512sums="a6aa88e1955a80229a4784a128866e325f79a8b5f73c922ab480048411036f1835cbb31daa30ab38bd16ab2a50040eda8f4f1f64704b21b6acc3051b1dbf18d0 zsh-5.7.1.tar.xz
59182b99447872ded8adf0d890e9359ee47fce0b7acb2808f4308f945885fbf6d977a0917bbb5c0f21454caf3ba06ab092127732da4f84292d6ab0989a0110fe zprofile"