diff options
author | Armin Kuster <akuster808@gmail.com> | 2022-06-19 21:20:00 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-06-23 18:47:59 -0700 |
commit | 94edbcea9a0463c90c9cc5308cfe7c1e43b3cf8f (patch) | |
tree | 5d5f813e9c0bbedd6911f84526cf1d670fd52c2a | |
parent | 14b2a6ac18c7317a22acd449cb961b626c9a5986 (diff) | |
download | meta-security-94edbcea9a0463c90c9cc5308cfe7c1e43b3cf8f.tar.gz |
ccs-tools: update to 1.8.9
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-mac/ccs-tools/ccs-tools_1.8.9.bb (renamed from recipes-mac/ccs-tools/ccs-tools_1.8.4.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-mac/ccs-tools/ccs-tools_1.8.4.bb b/recipes-mac/ccs-tools/ccs-tools_1.8.9.bb index 8d148bb..ff800ce 100644 --- a/recipes-mac/ccs-tools/ccs-tools_1.8.4.bb +++ b/recipes-mac/ccs-tools/ccs-tools_1.8.9.bb | |||
@@ -7,11 +7,10 @@ LIC_FILES_CHKSUM = "file://COPYING.ccs;md5=751419260aa954499f7abaabaa882bbe" | |||
7 | 7 | ||
8 | DEPENDS = "ncurses" | 8 | DEPENDS = "ncurses" |
9 | 9 | ||
10 | DS = "20150505" | 10 | DS = "20210910" |
11 | SRC_URI = "http://osdn.dl.sourceforge.jp/tomoyo/49693/${BPN}-${PV}-${DS}.tar.gz" | 11 | SRC_URI = "http://osdn.dl.sourceforge.jp/tomoyo/49693/${BPN}-${PV}-${DS}.tar.gz" |
12 | 12 | ||
13 | SRC_URI[md5sum] = "eeee8eb96a7680bfa9c8f6de55502c44" | 13 | SRC_URI[sha256sum] = "7900126cf2dd8706c42c2c1ef7a37fd8b50f1505abd7d9c3d653dc390fb4d620" |
14 | SRC_URI[sha256sum] = "c358b80a2ea77a9dda79dc2a056dae3acaf3a72fcb8481cfb1cd1f16746324b4" | ||
15 | 14 | ||
16 | S = "${WORKDIR}/${BPN}" | 15 | S = "${WORKDIR}/${BPN}" |
17 | 16 | ||