From b575fc8e057b89ca96c90753a847c61c5cffe10d Mon Sep 17 00:00:00 2001 From: IsaacShelton Date: Wed, 21 Sep 2022 23:06:56 -0500 Subject: [PATCH 1/2] Add v2.7 as `stable` --- Formula/adept.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Formula/adept.rb b/Formula/adept.rb index 12c28d3..ffd8096 100644 --- a/Formula/adept.rb +++ b/Formula/adept.rb @@ -8,13 +8,13 @@ class Adept < Formula license "GPL-3.0-only" stable do - url "https://github.com/AdeptLanguage/Adept/archive/v2.6.tar.gz" - sha256 "e1ff2e9efe20b07a2dc269742fea672b277675d127e578c8e5c107b4c12886ca" + url "https://github.com/AdeptLanguage/Adept/archive/v2.7.tar.gz" + sha256 "74b2bef3e9adddc88ecabc9237d178236fc2e21d342e527cea2e031450bb0899" depends_on "llvm@13" resource "import" do - url "https://github.com/AdeptLanguage/AdeptImport/archive/v2.6.tar.gz" - sha256 "a7a6e16d55ea78e4962bf77fa876df73275f3baf8b9636198e48bcec7bc2edc2" + url "https://github.com/AdeptLanguage/AdeptImport/archive/v2.7.tar.gz" + sha256 "87a02463d283c324c47f552e0569b5cbc74027e7dde557989acb9b334e2115c0" end # Lazily grab latest configuration @@ -24,10 +24,10 @@ class Adept < Formula end bottle do - root_url "https://github.com/AdeptLanguage/homebrew-tap/releases/download/adept-2.6" - sha256 cellar: :any, big_sur: "4dbfcceb6c7cef0b3807716f6714ccbd90fa30c76385cec8c60355e18645dd61" - sha256 cellar: :any, catalina: "8b7722dc40d4d4326798591b38d76c45a202a2e27c3eb021462f56d9990aa297" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c4f63829296592b218f9862ce8c00eea34308bf241adb99064c9b2552c7c251a" + root_url "https://github.com/AdeptLanguage/homebrew-tap/releases/download/adept-2.7" + sha256 cellar: :any, big_sur: "af57bac4e787516f93e9b31e7ef573638b88f01785a10ab2f05066889266e224" + sha256 cellar: :any, catalina: "06f55da10ce9d015abd0851130f4c3eed344f842d89dcb4cc6ee94be7e2d49ee" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ced908d4623da8ec28ed457f46616838deef5334761690f0e81a0a48a7b77d01" end head do From 140fc5dbdbf1404d3e484dc72bfbcafaa78989ad Mon Sep 17 00:00:00 2001 From: Isaac Shelton Date: Thu, 22 Sep 2022 08:07:04 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7aa9562..e0b86cd 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # AdeptLanguage/homebrew-tap Homebrew tap for the Adept programming language -### For stable build v2.6 (recommended) +### For stable build v2.7 (recommended) ``` brew install AdeptLanguage/tap/adept ``` -### For active development build v2.7 +### For active development build v2.8 ``` brew install AdeptLanguage/tap/adept --HEAD ```