File tree 2 files changed +4
-3
lines changed
deploy/iso/minikube-iso/package/podman
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ sha256 17fdf68e85106d0848e89825e191198a4079bb6d9ca6dd3e415e5c010192db9e v1.4.0.t
10
10
sha256 45eb7bccd81a1431b0c7a0697829c0bcc397048595d143fd91179b31d22a3c63 v1.4.1.tar.gz
11
11
sha256 2e027c1b935f3a03f27ef7f17823ccf334607a17d033d4ce53a90b98294e7f68 v1.4.4.tar.gz
12
12
sha256 61b44b739c485125f179044f7aa7dc58c820f771bce4ce495fa555a38dc68b57 v1.6.3.tar.gz
13
+ sha256 6e59821320b435543bc7554e73faa66d5956e4ad3f7e7f4ea03bebd6726758e9 v1.6.4.tar.gz
Original file line number Diff line number Diff line change 1
- PODMAN_VERSION = v1.6.3
2
- PODMAN_COMMIT = 9d087f6a766259ba53b224944f1b7b778035c370
1
+ PODMAN_VERSION = v1.6.4
2
+ PODMAN_COMMIT = 5cc92849f7fc9dd734ca2fd8f3ae8830b9a7eb26
3
3
PODMAN_SITE = https://github.com/containers/libpod/archive
4
4
PODMAN_SOURCE = $(PODMAN_VERSION ) .tar.gz
5
5
PODMAN_LICENSE = Apache-2.0
24
24
25
25
define PODMAN_BUILD_CMDS
26
26
mkdir -p $(@D ) /bin
27
- $(PODMAN_BIN_ENV ) $(MAKE ) $(TARGET_CONFIGURE_OPTS ) -C $(@D ) GIT_COMMIT=$(PODMAN_COMMIT ) PREFIX=/usr podman
27
+ $(PODMAN_BIN_ENV ) CIRRUS_TAG= $( PODMAN_VERSION ) $(MAKE ) $(TARGET_CONFIGURE_OPTS ) -C $(@D ) GIT_COMMIT=$(PODMAN_COMMIT ) PREFIX=/usr podman
28
28
endef
29
29
30
30
define PODMAN_INSTALL_TARGET_CMDS
You can’t perform that action at this time.
0 commit comments