summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2019-02-26 21:40:24 +0100
committer Willy Sudiarto Raharjo2019-03-02 01:40:19 +0100
commit923ce0445ed22d3ac8c131671899c17dca797b7f (patch)
treef73b1e80db5a86675fc02ebb3742282daf2ff6ba /gis
parentccb96f8ab81d8e533ee42a19d9a10217e8753619 (diff)
downloadslackbuilds-923ce0445ed22d3ac8c131671899c17dca797b7f.tar.gz
gis/rasterio: Updated for version 1.0.21.
Diffstat (limited to 'gis')
-rw-r--r--gis/rasterio/rasterio.SlackBuild4
-rw-r--r--gis/rasterio/rasterio.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/gis/rasterio/rasterio.SlackBuild b/gis/rasterio/rasterio.SlackBuild
index e3ac8aec25..80c5cd732c 100644
--- a/gis/rasterio/rasterio.SlackBuild
+++ b/gis/rasterio/rasterio.SlackBuild
@@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=rasterio
-VERSION=${VERSION:-1.0.18}
+VERSION=${VERSION:-1.0.21}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -81,7 +81,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- AUTHORS.txt CHANGES.txt CITATION.txt LICENSE.txt README.rst \
+ AUTHORS.txt CHANGES.txt CITATION.txt CODE_OF_CONDUCT.txt LICENSE.txt README.rst \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/gis/rasterio/rasterio.info b/gis/rasterio/rasterio.info
index ad468faab2..350d4ed52e 100644
--- a/gis/rasterio/rasterio.info
+++ b/gis/rasterio/rasterio.info
@@ -1,8 +1,8 @@
PRGNAM="rasterio"
-VERSION="1.0.18"
+VERSION="1.0.21"
HOMEPAGE="https://github.com/mapbox/rasterio"
-DOWNLOAD="https://github.com/mapbox/rasterio/archive/1.0.18/rasterio-1.0.18.tar.gz"
-MD5SUM="9943edeb11045cd072f177c192bca719"
+DOWNLOAD="https://github.com/mapbox/rasterio/archive/1.0.21/rasterio-1.0.21.tar.gz"
+MD5SUM="651bc167bf657b84253a0c4774cc9a0e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="affine attrs click-plugins cligj enum34 gdal numpy snuggs"