Skip to content

Commit

Permalink
salt: Rename resources
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalvaro committed Sep 20, 2023
1 parent c6d9c9f commit 32ca438
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Formula/salt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class Salt < Formula
url "https://files.pythonhosted.org/packages/65/75/409ecd934db9774d2392db62f8c148847efd304b15c53100ffe7d327f949/salt-3006.3.tar.gz"
sha256 "7e53fbcc44c49f8d6e67cb19cada063800ca29ed7f15af972527531aa856e42b"
license "Apache-2.0"
revision 1
head "https://github.com/saltstack/salt.git", branch: "master"

bottle do
Expand Down Expand Up @@ -107,22 +108,22 @@ class Salt < Formula
sha256 "e354bedeb60efa6affdcc8ae121b73544a7aa74156d047311948f6d711cd378d"
end

resource "jaraco.classes" do
resource "jaraco-classes" do
url "https://files.pythonhosted.org/packages/7b/de/28a640c17a80f5e0fab5c494679e2e66b36d7fd20622e27718bea8be34b8/jaraco.classes-3.2.1.tar.gz"
sha256 "ed54b728af1937dc16b7236fbaf34ba561ba1ace572b03fffa5486ed363ecf34"
end

resource "jaraco.collections" do
resource "jaraco-collections" do
url "https://files.pythonhosted.org/packages/d9/f8/da1c43345aa1ce0a98391497719cfc80d9664727431554a6aab5328481eb/jaraco.collections-3.4.0.tar.gz"
sha256 "344d14769d716e7496af879ac71b3c6ebdd46abc64bd9ec21d15248365aa3ac9"
end

resource "jaraco.functools" do
resource "jaraco-functools" do
url "https://files.pythonhosted.org/packages/a9/1e/44f6a5cffef147a3ffd37a748b8f4c2ded9b07ca20a15f17cd9874158f24/jaraco.functools-2.0.tar.gz"
sha256 "35ba944f52b1a7beee8843a5aa6752d1d5b79893eeb7770ea98be6b637bf9345"
end

resource "jaraco.text" do
resource "jaraco-text" do
url "https://files.pythonhosted.org/packages/53/d2/40ff557369eccee312b2d3ff4cb97373e8ffb25afb92294ff650a1e45795/jaraco.text-3.5.1.tar.gz"
sha256 "ede4e9103443b62b3d1d193257dfb85aab7c69a6cef78a0887d64bb307a03bc3"
end
Expand Down Expand Up @@ -267,7 +268,7 @@ class Salt < Formula
sha256 "3f38849d267808c02fb2b2d9d2e394cb0be5b2d5b422b34bda01c4544060de1b"
end

resource "zc.lockfile" do
resource "zc-lockfile" do
url "https://files.pythonhosted.org/packages/11/98/f21922d501ab29d62665e7460c94f5ed485fd9d8348c126697947643a881/zc.lockfile-2.0.tar.gz"
sha256 "307ad78227e48be260e64896ec8886edc7eae22d8ec53e4d528ab5537a83203b"
end
Expand Down

0 comments on commit 32ca438

Please sign in to comment.