Skip to content

Commit b9b3ec6

Browse files
authored
Simplify flutter.rb by removing sha256 checks
Removed platform-specific sha256 checks for macOS and Linux.
1 parent 90a4e9d commit b9b3ec6

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Casks/f/flutter.rb

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
cask "flutter" do
22
version "3.38.1"
3+
sha256 :no_check
34

45
url "https://github.com/flutter/flutter.git",
56
branch: "stable",
@@ -8,14 +9,6 @@
89
desc "UI toolkit for building applications for mobile, web, and desktop"
910
homepage "https://flutter.dev/"
1011

11-
on_macos do
12-
sha256 :no_check
13-
end
14-
15-
on_linux do
16-
sha256 :no_check
17-
end
18-
1912
livecheck do
2013
url "https://github.com/flutter/flutter.git"
2114
regex(/^v?(\d+(?:\.\d+)+)$/i)

0 commit comments

Comments
 (0)