We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcd9d1e + e3c22d5 commit f751e73Copy full SHA for f751e73
Casks/v/virtualc64.rb
@@ -1,7 +1,7 @@
1
cask "virtualc64" do
2
# NOTE: "64" is not a version number, but an intrinsic part of the product name
3
version "5.3"
4
- sha256 "27175f578c91faf61bec9d67da28d8f2d65bfe1784207efe32c309948512d7a0"
+ sha256 "f9a2ca99fddc64bfdda9a50c36b0e94a3f9dcb3c0e37419f63f2e8847106fb29"
5
6
url "https://github.com/dirkwhoffmann/virtualc64/releases/download/v#{version}/VirtualC64.app.zip",
7
verified: "github.com/dirkwhoffmann/virtualc64/"
@@ -14,8 +14,6 @@
14
regex(/^v?(\d+(?:\.\d+)+)$/i)
15
end
16
17
- disable! date: "2026-09-01", because: :unsigned
18
-
19
depends_on macos: ">= :ventura"
20
21
app "VirtualC64.app"
0 commit comments