Update gdal-cleaner.sh for 3.0.1

This commit is contained in:
Devrim Gündüz 2019-09-04 11:39:46 +01:00
parent 7e28cb654d
commit 29e5bcd2a1
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
VERSION="2.3.2"
VERSION="3.0.1"
tar xvf gdal-"${VERSION}".tar.xz
tar zxf gdal-"${VERSION}".tar.gz
mv gdal-"${VERSION}"{,-fedora} && pushd gdal-"${VERSION}"-fedora
@ -19,4 +19,4 @@ popd
#TODO: Insert Provenance file
tar cvfJ gdal-"${VERSION}"-fedora.tar.xz gdal-"${VERSION}"-fedora
tar cvfJ gdal-"${VERSION}"-fedora.tar gdal-"${VERSION}"-fedora