Skip to content

Commit 61fd84b

Browse files
committed
Fixed brew sha256 for v2.5.0.tar.gz
This used to work fine, perhaps something has changed in how Github creates archives so archive checksum does not match anymore? Confirmed that actual file content at https://github.com/mvp/uhubctl/archive/v2.5.0.tar.gz is exactly the same as content for `git checkout v2.5.0`. Updated checksum to expected value so `brew install uhubctl` should pass. Closes mvp#489.
1 parent a54835e commit 61fd84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/uhubctl.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ class Uhubctl < Formula
33
homepage "https://github.com/mvp/uhubctl"
44
head "https://github.com/mvp/uhubctl.git"
55
url "https://github.com/mvp/uhubctl/archive/v2.5.0.tar.gz"
6-
sha256 "d4452252f7862f7a45dd9c62f2ea7cd3a57ab5f5ab0e54a857d4c695699bbba3"
6+
sha256 "7be75781b709c36c03c68555f06347d70e5f4e8fd2d17fd481f20626fb4c6038"
77
license "GPL-2.0"
88

99
depends_on "libusb"

0 commit comments

Comments
 (0)