Skip to content

Commit f751e73

Browse files
authored
Merge pull request #223450 from dermeyster/patch-1
virtualc64: remove unsigned deprecation, update `sha256`
2 parents fcd9d1e + e3c22d5 commit f751e73

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Casks/v/virtualc64.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cask "virtualc64" do
22
# NOTE: "64" is not a version number, but an intrinsic part of the product name
33
version "5.3"
4-
sha256 "27175f578c91faf61bec9d67da28d8f2d65bfe1784207efe32c309948512d7a0"
4+
sha256 "f9a2ca99fddc64bfdda9a50c36b0e94a3f9dcb3c0e37419f63f2e8847106fb29"
55

66
url "https://github.com/dirkwhoffmann/virtualc64/releases/download/v#{version}/VirtualC64.app.zip",
77
verified: "github.com/dirkwhoffmann/virtualc64/"
@@ -14,8 +14,6 @@
1414
regex(/^v?(\d+(?:\.\d+)+)$/i)
1515
end
1616

17-
disable! date: "2026-09-01", because: :unsigned
18-
1917
depends_on macos: ">= :ventura"
2018

2119
app "VirtualC64.app"

0 commit comments

Comments
 (0)