Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/w/woodpecker-cli.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class WoodpeckerCli < Formula
desc "CLI client for the Woodpecker Continuous Integration server"
homepage "https://woodpecker-ci.org/"
url "https://github.com/woodpecker-ci/woodpecker/archive/refs/tags/v3.12.0.tar.gz"
sha256 "a6fa0a53f10b5a404124ee89ed1f8723744763858aee62060458a502bedaf313"
url "https://github.com/woodpecker-ci/woodpecker/archive/refs/tags/v3.13.0.tar.gz"
sha256 "fd6a1bdd91bf5ff2dfdc801678de85e3d73718e0878e43766d56255ec91a4944"
license "Apache-2.0"
head "https://github.com/woodpecker-ci/woodpecker.git", branch: "main"

Expand Down
Loading