Skip to content

Commit

Permalink
Update zsh packages to 5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agross authored and ymartin59 committed Jul 12, 2018
1 parent 9969676 commit 1cce405
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cross/zsh/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = zsh
PKG_VERS = 5.4.2
PKG_VERS = 5.5.1
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = http://www.zsh.org/pub
Expand Down
6 changes: 3 additions & 3 deletions cross/zsh/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
zsh-5.4.2.tar.gz SHA1 1031119ffad6b3bbaa9b214eac92906676505ab0
zsh-5.4.2.tar.gz SHA256 957bcdb2c57f64c02f673693ea5a7518ef24b6557aeb3a4ce222cefa6d74acc9
zsh-5.4.2.tar.gz MD5 dfe156fd69b0d8d1745ecf6d6e02e047
zsh-5.5.1.tar.gz SHA1 6740768c62b9ff14892d76147ef50960379ee3a7
zsh-5.5.1.tar.gz SHA256 774caa89e7aea5f33c3033cbffd93e28707f72ba5149c79709e48e6c2d2ee080
zsh-5.5.1.tar.gz MD5 678bc037a7311a46e7fc0adca7ed8266
6 changes: 3 additions & 3 deletions spk/zsh/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Allow overriding the name, used by spk/zsh-static.
SPK_NAME ?= zsh
SPK_VERS = 5.4.2
SPK_VERS = 5.5.1
SPK_CONFLICT ?= zsh-static
# Allow overriding the revision, used by spk/zsh-static.
# If you rev here, please also rev spk/zsh-static.
SPK_REV ?= 5
SPK_REV ?= 1
SPK_ICON = ../zsh/src/zsh.png

DEPENDS = cross/zsh
Expand All @@ -15,7 +15,7 @@ DESCRIPTION_FRE = Zsh est un shell conçu pour un usage intéractif, mais il est
RELOAD_UI = no
DISPLAY_NAME = Z shell
STARTABLE = no
CHANGELOG = "Update to 5.4.2"
CHANGELOG = "Update to 5.5.1"

HOMEPAGE = http://www.zsh.org
LICENSE = Custom
Expand Down

0 comments on commit 1cce405

Please sign in to comment.