We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b4983 commit 56158a6Copy full SHA for 56158a6
VERSION
@@ -1 +1 @@
1
-3.10.3-1582459490
+4.0.0-1586979302
egison.rb
@@ -1,10 +1,10 @@
class Egison < Formula
2
- VERSION = "3.10.3"
+ VERSION = "4.0.0"
3
version VERSION
4
desc "A purely functional programming language with non-linear pattern-matching against non-free data types"
5
homepage "https://www.egison.org/"
6
url "https://github.com/egison/homebrew-egison/releases/download/#{VERSION}/egison_darwin_x86_64_#{VERSION}.zip"
7
- sha256 "1e08e7466b1388341e042720a6262f81de5f09e9570db6e03822059a3f0eec2f"
+ sha256 "506fad29c302f8fefa9deb2a9c812f110fc8cdd728608cc37797c51913c5d47f"
8
9
def install
10
bin.install "bin/egison"
0 commit comments