diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2022-01-05 15:10:47 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-13 08:58:42 +0700 |
commit | 46996b27c9a4d68350276490b3fcc7d2ec83e3bc (patch) | |
tree | a66db4e4020377ac52c4988fd6a57624eba8d313 /system | |
parent | 8921ecd67e9f0f6a9e3e27edaddaca76ab6f99b1 (diff) |
system/podman: correct the MD5 digest :sigh:
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/podman/podman.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/podman/podman.info b/system/podman/podman.info index 725e924d159c..73c4186dd3a9 100644 --- a/system/podman/podman.info +++ b/system/podman/podman.info @@ -2,7 +2,7 @@ PRGNAM="podman" VERSION="1.6.2" HOMEPAGE="https://github.com/containers/libpod" DOWNLOAD="https://github.com/containers/libpod/archive/v1.6.2/libpod-1.6.2.tar.gz" -MD5SUM="bf43121bc45b19404d8bcfaf87e5046d" +MD5SUM="3be76c36a0833e8c686a8ecf5fcf5fa2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="cni-plugins conmon runc go-md2man slirp4netns" |