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
6 changes: 2 additions & 4 deletions Formula/m/mender-artifact.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class MenderArtifact < Formula
desc "CLI tool for managing Mender artifact files"
homepage "https://mender.io"
url "https://github.com/mendersoftware/mender-artifact/archive/refs/tags/4.1.0.tar.gz"
sha256 "d82cd2f802033d53f2e947ed8d9d6cdd7a036fadbd92a2696b72122bd2070039"
url "https://github.com/mendersoftware/mender-artifact/archive/refs/tags/4.1.1.tar.gz"
sha256 "d0d30f3624caf99d8c6e70e1f3a99cc589e9d8d63ad8b46605d1290457d9ab3d"
license "Apache-2.0"

# exclude tags like `3.4.0b1` and `internal-v2020.02`
Expand All @@ -11,8 +11,6 @@ class MenderArtifact < Formula
regex(/^v?(\d+(?:\.\d+)+)$/i)
end

no_autobump! because: :requires_manual_review

bottle do
rebuild 2
sha256 cellar: :any, arm64_tahoe: "b3770d7111db296edf42fdc6cf83cebefa0b2bdf171b274074e6621ad0136fca"
Expand Down
Loading