diff options
author | Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> | 2024-08-19 22:31:07 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-19 16:02:49 -0700 |
commit | a9cb23d9414d841748738235230c68823e61ed98 (patch) | |
tree | 502a0f39c9f94efa9172998686bf36813fa93bd4 | |
parent | 9e12c17edc81fc9132b38fa9d38f011b73ff9523 (diff) | |
download | meta-openembedded-a9cb23d9414d841748738235230c68823e61ed98.tar.gz |
exfatprogs: upgrade 1.2.4 -> 1.2.5
Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.5.bb (renamed from meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.4.bb b/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.5.bb index aa6a199784..c3ae8b8381 100644 --- a/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.4.bb +++ b/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.5.bb | |||
@@ -12,7 +12,7 @@ LICENSE = "GPL-2.0-only" | |||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
13 | 13 | ||
14 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz" | 14 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz" |
15 | SRC_URI[sha256sum] = "ad38126dfd9f74f8c6ecb35ddfd34d2582601d6c3ff26756610b8418360c8ee2" | 15 | SRC_URI[sha256sum] = "f27160dcc1ddd17c96cd41a6ceef7037adc2796ab5c5633d3d85cf532c3ee2f0" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" | 17 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" |
18 | UPSTREAM_CHECK_REGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)" | 18 | UPSTREAM_CHECK_REGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)" |