updated brew and setup

This commit is contained in:
Scisco
2014-08-28 11:19:24 -04:00
parent b5ae591019
commit 48cae9c6a7
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ class LandsatUtil < Formula
homepage "http://www.developmentseed.org"
url "https://github.com/developmentseed/landsat-util/archive/v0.1.0.tar.gz"
sha1 "522e460c7cb8c229c3bf4e3d965b0c9f5924c1e9"
head "https://github.com/developmentseed/landsat-util.git", :branch => 'image'
depends_on "gdal"
depends_on "imagemagick"

View File

@@ -38,7 +38,7 @@ def readme():
return f.read()
setup(name="landsat",
version='0.1.0',
version='0.2.0',
description="A utility to search, download and process Landsat 8" +
" satellite imagery",
long_description=readme(),