From 4750af67221c7bbcaa39274679d35c995396bbd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arthur=20Brugi=C3=A8re?= <16764085+RoiArthurB@users.noreply.github.com> Date: Wed, 6 Sep 2023 10:48:55 +0700 Subject: [PATCH 1/4] Update gama.rb to 1.9.2 latest --- Casks/g/gama.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/g/gama.rb b/Casks/g/gama.rb index 11a2c7f2b9..cc2620182e 100644 --- a/Casks/g/gama.rb +++ b/Casks/g/gama.rb @@ -1,9 +1,9 @@ cask "gama" do arch arm: "Apple_Silicon", intel: "Intel" - version "1.9.1" - sha256 arm: "360e06ab4a864897b00e82e0603869ca52e4ee5e713ffddd41713765c3ed3946", - intel: "19d967383e0138253e392e005eb6e1eeb248a6783a11aae4ea291cfef405fff5" + version "1.9.2" + sha256 arm: "dfc74a0004a32302f0eee9303b5c45f83a9e66307e3d4fe30999de1eeb1a00e6", + intel: "cad4827fcf2e8eb06459b6e8d7468537831fdcccaf2ee896171c6168cb03de74" url "https://github.com/gama-platform/gama/releases/download/#{version}/GAMA_#{version}_macOS_#{arch}.dmg", verified: "github.com/gama-platform/gama/" From 64e885553d0080d251a50ab5adc8f09f2e3701b7 Mon Sep 17 00:00:00 2001 From: Miccal Matthews Date: Wed, 6 Sep 2023 12:07:21 +0800 Subject: [PATCH 2/4] Update gama.rb --- Casks/g/gama.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/g/gama.rb b/Casks/g/gama.rb index cc2620182e..aea1b4850a 100644 --- a/Casks/g/gama.rb +++ b/Casks/g/gama.rb @@ -1,5 +1,5 @@ cask "gama" do - arch arm: "Apple_Silicon", intel: "Intel" + arch arm: "_M1" version "1.9.2" sha256 arm: "dfc74a0004a32302f0eee9303b5c45f83a9e66307e3d4fe30999de1eeb1a00e6", From 666c6f8d9ce42205ac7f0d5c99bd1d78baeb823f Mon Sep 17 00:00:00 2001 From: Miccal Matthews Date: Wed, 6 Sep 2023 12:09:05 +0800 Subject: [PATCH 3/4] Update gama.rb --- Casks/g/gama.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/g/gama.rb b/Casks/g/gama.rb index aea1b4850a..2ecb809e88 100644 --- a/Casks/g/gama.rb +++ b/Casks/g/gama.rb @@ -5,7 +5,7 @@ cask "gama" do sha256 arm: "dfc74a0004a32302f0eee9303b5c45f83a9e66307e3d4fe30999de1eeb1a00e6", intel: "cad4827fcf2e8eb06459b6e8d7468537831fdcccaf2ee896171c6168cb03de74" - url "https://github.com/gama-platform/gama/releases/download/#{version}/GAMA_#{version}_macOS_#{arch}.dmg", + url "https://github.com/gama-platform/gama/releases/download/#{version}/GAMA_#{version}_MacOS.dmg", verified: "github.com/gama-platform/gama/" name "GAMA Platform" desc "IDE for building spatially explicit agent-based simulations" From cf1a6b35ff9f91de739405dfedb475ae14a824ea Mon Sep 17 00:00:00 2001 From: Miccal Matthews Date: Wed, 6 Sep 2023 12:09:28 +0800 Subject: [PATCH 4/4] Update gama.rb --- Casks/g/gama.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/g/gama.rb b/Casks/g/gama.rb index 2ecb809e88..ec40de90f2 100644 --- a/Casks/g/gama.rb +++ b/Casks/g/gama.rb @@ -5,7 +5,7 @@ cask "gama" do sha256 arm: "dfc74a0004a32302f0eee9303b5c45f83a9e66307e3d4fe30999de1eeb1a00e6", intel: "cad4827fcf2e8eb06459b6e8d7468537831fdcccaf2ee896171c6168cb03de74" - url "https://github.com/gama-platform/gama/releases/download/#{version}/GAMA_#{version}_MacOS.dmg", + url "https://github.com/gama-platform/gama/releases/download/#{version}/GAMA_#{version}_MacOS#{arch}.dmg", verified: "github.com/gama-platform/gama/" name "GAMA Platform" desc "IDE for building spatially explicit agent-based simulations"