Skip to content

Commit 543df98

Browse files
committed
trailscraper: bump python resources
1 parent 3b429e3 commit 543df98

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

Formula/t/trailscraper.rb

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ class Trailscraper < Formula
66
url "https://files.pythonhosted.org/packages/dd/1e/34d60a04f97291d8c3c316a4f61d22b0870100adc704e8bedfb4930c0401/trailscraper-0.9.1.tar.gz"
77
sha256 "96278fcd08aba2c684cad5e73972149d3f756ef52f146532440793ddcbbf9230"
88
license "Apache-2.0"
9+
revision 1
910
head "https://github.com/flosell/trailscraper.git", branch: "master"
1011

1112
bottle do
@@ -26,8 +27,8 @@ class Trailscraper < Formula
2627
end
2728

2829
resource "botocore" do
29-
url "https://files.pythonhosted.org/packages/18/53/3593b438ab1f9b6837cc90a8582dfa71c71c639e9359a01fd4d110f0566e/botocore-1.37.13.tar.gz"
30-
sha256 "60dfb831c54eb466db9b91891a6c8a0c223626caa049969d5d42858ad1e7f8c7"
30+
url "https://files.pythonhosted.org/packages/34/79/4e072e614339727f79afef704e5993b5b4d2667c1671c757cc4deb954744/botocore-1.37.38.tar.gz"
31+
sha256 "c3ea386177171f2259b284db6afc971c959ec103fa2115911c4368bea7cbbc5d"
3132
end
3233

3334
resource "click" do
@@ -66,13 +67,13 @@ class Trailscraper < Formula
6667
end
6768

6869
resource "s3transfer" do
69-
url "https://files.pythonhosted.org/packages/0f/ec/aa1a215e5c126fe5decbee2e107468f51d9ce190b9763cb649f76bb45938/s3transfer-0.11.4.tar.gz"
70-
sha256 "559f161658e1cf0a911f45940552c696735f5c74e64362e515f333ebed87d679"
70+
url "https://files.pythonhosted.org/packages/c4/2b/5c9562795c2eb2b5f63536961754760c25bf0f34af93d36aa28dea2fb303/s3transfer-0.11.5.tar.gz"
71+
sha256 "8c8aad92784779ab8688a61aefff3e28e9ebdce43142808eaa3f0b0f402f68b7"
7172
end
7273

7374
resource "setuptools" do
74-
url "https://files.pythonhosted.org/packages/32/d2/7b171caf085ba0d40d8391f54e1c75a1cda9255f542becf84575cfd8a732/setuptools-76.0.0.tar.gz"
75-
sha256 "43b4ee60e10b0d0ee98ad11918e114c70701bc6051662a9a675a0496c1a158f4"
75+
url "https://files.pythonhosted.org/packages/9e/8b/dc1773e8e5d07fd27c1632c45c1de856ac3dbf09c0147f782ca6d990cf15/setuptools-80.7.1.tar.gz"
76+
sha256 "f6ffc5f0142b1bd8d0ca94ee91b30c0ca862ffd50826da1ea85258a06fd94552"
7677
end
7778

7879
resource "six" do
@@ -91,8 +92,8 @@ class Trailscraper < Formula
9192
end
9293

9394
resource "urllib3" do
94-
url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz"
95-
sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d"
95+
url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz"
96+
sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466"
9697
end
9798

9899
def install

0 commit comments

Comments
 (0)