[openwrt/openwrt] apk: bump to 2024-05-23
LEDE Commits
lede-commits at lists.infradead.org
Thu Jun 6 14:16:47 PDT 2024
ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/eea666d5835f484c061a6682d832bfb945e9ba2c
commit eea666d5835f484c061a6682d832bfb945e9ba2c
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Thu Jun 6 19:25:32 2024 +0200
apk: bump to 2024-05-23
containing fixes around tar and internal checksums.
Signed-off-by: Paul Spooren <mail at aparcar.org>
Link: https://github.com/openwrt/openwrt/pull/15646
Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
package/system/apk/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/system/apk/Makefile b/package/system/apk/Makefile
index c208144f2e..e30bce9455 100644
--- a/package/system/apk/Makefile
+++ b/package/system/apk/Makefile
@@ -5,9 +5,9 @@ PKG_RELEASE:=1
PKG_SOURCE_URL=https://gitlab.alpinelinux.org/alpine/apk-tools.git
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_DATE:=2024-05-19
-PKG_SOURCE_VERSION:=825681118d05ca5801c6b3852a70a42499e57def
-PKG_MIRROR_HASH:=adc07e3320e8d780bbbd3d95d3c6c6ce259f3dbf97ab0a4ff9dc4853af21e04f
+PKG_SOURCE_DATE:=2024-05-23
+PKG_SOURCE_VERSION:=6052bfef57a81d82451b4cad86f78a2d01959767
+PKG_MIRROR_HASH:=bf14da82cc363ee32a956dd880343018361079018a48701dc2b05cb88c18010e
PKG_VERSION=3.0.0_pre$(subst -,,$(PKG_SOURCE_DATE))
More information about the lede-commits
mailing list