Skip to content

Commit

Permalink
Update Purescript to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gmckeever committed Dec 16, 2014
1 parent 8545507 commit 3f97a1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/autoparts/packages/purescript.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ module Autoparts
module Packages
class Purescript < Package
name 'purescript'
version '0.6.1'
version '0.6.2'
description 'PureScript is a small strongly, statically typed programming language with expressive types, written in and inspired by Haskell, and compiling to Javascript'
category Category::PROGRAMMING_LANGUAGES
source_url 'https://github.com/purescript/purescript/releases/download/v0.6.1/linux64.tar.gz'
source_sha1 '8f6566804b2076844a0e3aac8c4207d7124cb8c1'
source_url 'https://github.com/purescript/purescript/releases/download/v0.6.2/linux64.tar.gz'
source_sha1 'd07f1fd4496672ff25b38e694cbbd94280947041'
source_filetype 'tar.gz'

def install
Expand Down

0 comments on commit 3f97a1b

Please sign in to comment.