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 8b13a3b commit 9eee625Copy full SHA for 9eee625
Formula/a/apko.rb
@@ -1,8 +1,8 @@
1
class Apko < Formula
2
desc "Build OCI images from APK packages directly without Dockerfile"
3
homepage "https://github.com/chainguard-dev/apko"
4
- url "https://github.com/chainguard-dev/apko/archive/refs/tags/v0.19.5.tar.gz"
5
- sha256 "41597f570e369165d0910ec9200c265fb09d1fd36574e19b4bc1ebd0bf7ee8d8"
+ url "https://github.com/chainguard-dev/apko/archive/refs/tags/v0.19.6.tar.gz"
+ sha256 "b984991fbeb01e4a183cbb3304dbab0d54729cb308d60f899645d9e929ccf2a4"
6
license "Apache-2.0"
7
head "https://github.com/chainguard-dev/apko.git", branch: "main"
8
0 commit comments