Skip to content

Commit

Permalink
Merge pull request #237 from nitrous-io/wordpress-update
Browse files Browse the repository at this point in the history
Update WordPress from 4.0 to 4.1
  • Loading branch information
gmckeever committed Feb 13, 2015
2 parents be19b53 + 2d6df55 commit 9bc2f68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/autoparts/packages/wordpress.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ module Autoparts
module Packages
class Wordpress < Package
name 'wordpress'
version '4.0'
version '4.1'
description 'WordPress: Web software you can use to create a beautiful website or blog'
category Category::WEB_DEVELOPMENT

source_url 'http://wordpress.org/wordpress-4.0.tar.gz'
source_sha1 '73449bbc015e3d1858f13f56f3289202bd756654'
source_url 'http://wordpress.org/wordpress-4.1.tar.gz'
source_sha1 'f0437c96ae3d8acaba3579566f1346f4cd06468e'
source_filetype 'tar.gz'

depends_on 'php5'
Expand Down

0 comments on commit 9bc2f68

Please sign in to comment.