Skip to content

Commit

Permalink
pure: update to 0.68
Browse files Browse the repository at this point in the history
  • Loading branch information
agraef authored and pmetzger committed Apr 13, 2018
1 parent a6a55ea commit 1847856
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lang/pure/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PortGroup github 1.0

# Keep the versions of pure and pure-docs in sync.
name pure
github.setup agraef pure-lang 0.67 ${name}-
github.setup agraef pure-lang 0.68 ${name}-
categories lang
platforms darwin
maintainers {ryandesign @ryandesign} {gmail.com:aggraef @agraef}
Expand All @@ -31,9 +31,9 @@ long_description Pure is a functional programming language based on \
github.tarball_from releases
distname ${name}-${version}

checksums rmd160 68f52aafe4b378fbafe7bb43fdee5612f1acd666 \
sha256 442de3ccc98f55e7c04a7470771bd8d92e49a43f897964cc5b191c6b7a2b9dc2 \
size 1516318
checksums rmd160 80d85df0d3823edbfd2b8671f8f6597751025c6d \
sha256 cbc793490cc90e43218e177109e96ccaebf0380b39d8f2afb86b35b663e9a65f \
size 1517896

set llvm_version 3.4
set llvm_prefix ${prefix}/libexec/llvm-${llvm_version}
Expand Down Expand Up @@ -100,7 +100,7 @@ subport pure-mode.el {
categories-append editors
license GPL-3+
supported_archs noarch
homepage https://bitbucket.org/purelang/pure-lang/wiki/UsingPure#markdown-header-pure-and-emacs
homepage https://github.com/agraef/pure-lang/wiki/UsingPure#pure-and-emacs

description Emacs mode for editing Pure files

Expand Down

0 comments on commit 1847856

Please sign in to comment.