diff options
-rw-r--r-- | recipes-sota/garage-sign/garage-sign.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-sota/garage-sign/garage-sign.bb b/recipes-sota/garage-sign/garage-sign.bb index d5388bc..61c4b5a 100644 --- a/recipes-sota/garage-sign/garage-sign.bb +++ b/recipes-sota/garage-sign/garage-sign.bb | |||
@@ -6,14 +6,14 @@ LICENSE = "CLOSED" | |||
6 | LIC_FILES_CHKSUM = "file://${S}/docs/LICENSE;md5=3025e77db7bd3f1d616b3ffd11d54c94" | 6 | LIC_FILES_CHKSUM = "file://${S}/docs/LICENSE;md5=3025e77db7bd3f1d616b3ffd11d54c94" |
7 | DEPENDS = "" | 7 | DEPENDS = "" |
8 | 8 | ||
9 | PV = "0.2.0-35-g0544c33" | 9 | PV = "0.2.0-48-g7ee8146" |
10 | 10 | ||
11 | SRC_URI = " \ | 11 | SRC_URI = " \ |
12 | https://ats-tuf-cli-releases.s3-eu-central-1.amazonaws.com/cli-${PV}.tgz \ | 12 | https://ats-tuf-cli-releases.s3-eu-central-1.amazonaws.com/cli-${PV}.tgz \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRC_URI[md5sum] = "1546e06d1e747f67aee5ed7096bf1c74" | 15 | SRC_URI[md5sum] = "0691f36c5b58acc1ca9c23ffbfaae1f3" |
16 | SRC_URI[sha256sum] = "1432348bca8ca5ad75df1218f348f480d429d7509d6454deb6e16ff31c5e08fc" | 16 | SRC_URI[sha256sum] = "9f230944643088a1e6a77663baa06dfa64d52885e66bd48a7cb1ed1c70936cfa" |
17 | 17 | ||
18 | S = "${WORKDIR}/${BPN}" | 18 | S = "${WORKDIR}/${BPN}" |
19 | 19 | ||