Skip to content

Commit

Permalink
mamp 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khipp committed Jul 16, 2024
1 parent b20071f commit 7481fac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Casks/m/mamp.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cask "mamp" do
arch arm: "M1-arm", intel: "Intel-x86"
arch arm: "Apple-chip", intel: "Intel-x86"

version "6.9"
sha256 arm: "e66a67fad914a065c882ffa137c9c9dc5ae8c24de53320d560b6b5cc0f4a890a",

This comment has been minimized.

Copy link
@blackcolt

blackcolt Jul 25, 2024

This is not the hash for the arm, getting an Error: SHA256 mismatch

This comment has been minimized.

Copy link
@khipp

khipp Jul 25, 2024

Author Member

It seems like upstream updated the binaries in-place after the last version bump. You can follow along in the related PR #180318.

intel: "7a3ff488c9c8d3f8f6730edfb06822e2640303cfcd03d75d14bb977d85518570"
version "7.0"
sha256 arm: "9867fca12c1344abcfda43dfab6a415c3135eb9efaa492de97b22667c892c01e",
intel: "f33a147b7bb90fc116083b5bc9b2dbf8a73606ddad63201da0ec8b03dcb1db8a"

url "https://downloads.mamp.info/MAMP-PRO/releases/#{version}/MAMP_MAMP_PRO_#{version}-#{arch}.pkg"
url "https://downloads.mamp.info/MAMP-PRO/macOS/MAMP-PRO/MAMP-MAMP-PRO-#{version}-#{arch}.pkg"
name "MAMP"
desc "Web development solution with Apache, Nginx, PHP & MySQL"
homepage "https://www.mamp.info/"
Expand All @@ -18,7 +18,7 @@
auto_updates true
depends_on macos: ">= :sierra"

pkg "MAMP_MAMP_PRO_#{version}-#{arch}.pkg"
pkg "MAMP-MAMP-PRO-#{version}-#{arch}.pkg"

postflight do
set_ownership ["/Applications/MAMP", "/Applications/MAMP PRO"]
Expand Down

0 comments on commit 7481fac

Please sign in to comment.