Skip to content

Commit

Permalink
Update purescript to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cschneid committed Feb 9, 2015
1 parent 21e8dad commit f687e4f
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.3'
version '0.6.5'
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.3/linux64.tar.gz'
source_sha1 '105574b6f273ddf265c529de41bd87c2f6df9e70'
source_url 'https://github.com/purescript/purescript/releases/download/v0.6.5/linux64.tar.gz'
source_sha1 'f528932c11b724b704897528d81f634a74f5cb0a'
source_filetype 'tar.gz'

def install
Expand Down

0 comments on commit f687e4f

Please sign in to comment.