diff options
-rw-r--r-- | meta-oe/recipes-shells/zsh/zsh_5.4.2.bb (renamed from meta-oe/recipes-shells/zsh/zsh_5.3.1.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-shells/zsh/zsh_5.3.1.bb b/meta-oe/recipes-shells/zsh/zsh_5.4.2.bb index 96d21a8b34..100c449f2b 100644 --- a/meta-oe/recipes-shells/zsh/zsh_5.3.1.bb +++ b/meta-oe/recipes-shells/zsh/zsh_5.4.2.bb | |||
@@ -6,13 +6,13 @@ HOMEPAGE = "http://www.zsh.org" | |||
6 | SECTION = "base/shell" | 6 | SECTION = "base/shell" |
7 | 7 | ||
8 | LICENSE = "zsh" | 8 | LICENSE = "zsh" |
9 | LIC_FILES_CHKSUM = "file://LICENCE;md5=b7bc853894664be455a922db9805288e" | 9 | LIC_FILES_CHKSUM = "file://LICENCE;md5=1a4c4cda3e8096d2fd483ff2f4514fec" |
10 | 10 | ||
11 | DEPENDS = "ncurses bison-native libcap libpcre gdbm groff-native" | 11 | DEPENDS = "ncurses bison-native libcap libpcre gdbm groff-native" |
12 | 12 | ||
13 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz" | 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz" |
14 | SRC_URI[md5sum] = "d583fbca0c2410bf9542ce8a651c26ca" | 14 | SRC_URI[md5sum] = "dfe156fd69b0d8d1745ecf6d6e02e047" |
15 | SRC_URI[sha256sum] = "3d94a590ff3c562ecf387da78ac356d6bea79b050a9ef81e3ecb9f8ee513040e" | 15 | SRC_URI[sha256sum] = "957bcdb2c57f64c02f673693ea5a7518ef24b6557aeb3a4ce222cefa6d74acc9" |
16 | 16 | ||
17 | inherit autotools gettext update-alternatives | 17 | inherit autotools gettext update-alternatives |
18 | 18 | ||