Commit 6d521d78 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #1170 from cstrouse/update-gdal

Update gdal from 1.11.5 to 2.2.1
parents 0b1e3290 1113edeb
......@@ -3,21 +3,13 @@ require 'package'
class Gdal < Package
description 'The Geospatial Data Abstraction Library is a translator for raster and vector geospatial data formats.'
homepage 'http://www.gdal.org/'
version '1.11.5'
source_url 'http://download.osgeo.org/gdal/1.11.5/gdal-1.11.5.tar.xz'
source_sha256 'd4fdc3e987b9926545f0a514b4328cd733f2208442f8d03bde630fe1f7eff042'
version '2.2.1'
source_url 'http://download.osgeo.org/gdal/2.2.1/gdal-2.2.1.tar.xz'
source_sha256 '927098d54083ac919a497f787b835b099e9a194f2e5444dbff901f7426b86066'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/gdal-1.11.5-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/gdal-1.11.5-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/gdal-1.11.5-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/gdal-1.11.5-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '8ef717c1286b5f114a22326f88cdad52e2e2605600fb5f47334b85d74240f091',
armv7l: '8ef717c1286b5f114a22326f88cdad52e2e2605600fb5f47334b85d74240f091',
i686: 'e01778f779613e44fa74ba4cb0af30ff19690987e76c484784462dd667891bcf',
x86_64: '53f920cb22033654c94ba6fc8917cd39d42800b1cf574dbf8a7e453b3d2c1fa8',
})
depends_on 'python27'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment