diff options
| author | Patrick Vacek <patrickvacek@gmail.com> | 2017-12-06 11:02:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-06 11:02:30 +0100 |
| commit | f0c5af044c73a8683fc9ef6ef1a4e79a83e8a6bd (patch) | |
| tree | 366b804e977f08f083b08c477d6ef86e4985c784 | |
| parent | 3b1d177698f0bf21524ebabbb5493f39793553e1 (diff) | |
| parent | e8fac2d3727c9e7b4f554f359ab5704e785cb1ac (diff) | |
| download | meta-updater-f0c5af044c73a8683fc9ef6ef1a4e79a83e8a6bd.tar.gz | |
Merge pull request #201 from advancedtelematic/bugfix/garagesign-0.2.0-48
Bump garage-sign
| -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 | ||
