Skip to content

Commit ad78d73

Browse files
chore(noddy): update to v1.2.0 (#15)
v1.0.0 and v1.1.0 were deleted upstream. A history rewrite removed client project names from the repository's past, which moved every commit and carried both tags onto trees that no longer contained toyland/plugins/ansible. noddy sources that file at startup, so those tarballs would have installed a broken tool, and the v1.1.0 checksum this formula pinned no longer matched. v1.2.0 is the same tool with the plugin restored. Co-authored-by: Anmol Nagpal <ianmolnagpal@gmail.com>
1 parent 2ef4579 commit ad78d73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Formula/noddy.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Noddy < Formula
22
desc "macOS command-line tools for DevOps"
33
homepage "https://github.com/clouddrove/noddy"
4-
url "https://github.com/clouddrove/noddy/archive/refs/tags/v1.1.0.tar.gz"
5-
sha256 "a231fb971e6db39ce26c9c1e77cd378d6344dad873293234f8af69a1ee18bdd6"
4+
url "https://github.com/clouddrove/noddy/archive/refs/tags/v1.2.0.tar.gz"
5+
sha256 "ec55e1c4465eedf09340de1f7856dbe76dd89ff32e4f3826c32a749b6ccf6aad"
66
license "Apache-2.0"
77

88
depends_on :macos

0 commit comments

Comments
 (0)