Skip to content

Commit

Permalink
temurin@8: fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
khipp committed Jul 30, 2024
1 parent dafca99 commit 5f59f55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Casks/t/[email protected]
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
cask "temurin@8" do

version "8,422,05.1"
sha256 "809d7c0b6c7c2fd483711fb784e4fb101ad431c71dc8e96aa9c2cffaa8bfa7b7"

Expand All @@ -22,7 +21,7 @@
end
end

pkg "OpenJDK#{version.csv.first}U-jdk_x64_mac_hotspot_#{version.csv.first}u#{version.csv.second}b#{version.csv.third}.pkg"
pkg "OpenJDK#{version.csv.first}U-jdk_x64_mac_hotspot_#{version.csv.first}u#{version.csv.second}b#{version.csv.third.split(".").first}.pkg"

uninstall pkgutil: "net.temurin.#{version.csv.first}.jdk"

Expand Down

0 comments on commit 5f59f55

Please sign in to comment.