We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3abe0af commit 7a8e75dCopy full SHA for 7a8e75d
generate.pl
@@ -94,8 +94,8 @@ sub die_with_sample {
94
95
# sha256 checksum is from docker-perl team, cf https://github.com/docker-library/official-images/pull/12612#issuecomment-1158288299
96
my %cpm = (
97
- url => "https://raw.githubusercontent.com/skaji/cpm/0.997011/cpm",
98
- sha256 => "7dee2176a450a8be3a6b9b91dac603a0c3a7e807042626d3fe6c93d843f75610",
+ url => "https://raw.githubusercontent.com/skaji/cpm/0.997014/cpm",
+ sha256 => "ee525f2493e36c6f688eddabaf53a51c4d3b2a4ebaa81576ac8b9f78ab57f4a1",
99
);
100
101
die_with_sample unless defined $config->{releases};
0 commit comments