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 20ebaaa commit c164948Copy full SHA for c164948
VERSION
@@ -1 +1 @@
1
-4.0.1-1591403491
+4.0.3-1591576215
egison.rb
@@ -1,10 +1,10 @@
class Egison < Formula
2
- VERSION = "4.0.1"
+ VERSION = "4.0.3"
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 "aa6c276aadc1a958f3942174dd9860cba84f68549e005ce61b56a8abc3c93a74"
+ sha256 "36d64e1c8cf0762f9fedc74904f3b2637936857f125d2947bc0bffbf97b8d90b"
8
9
def install
10
bin.install "bin/egison"
0 commit comments