Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton committed Sep 22, 2022
2 parents 0fe6f77 + 140fc5d commit 0b43cd9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Formula/adept.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```
Expand Down

0 comments on commit 0b43cd9

Please sign in to comment.