Skip to content

Commit

Permalink
updated geodiff and qgis too
Browse files Browse the repository at this point in the history
  • Loading branch information
saberraz authored and wonder-sk committed Jul 13, 2020
1 parent d9b37fd commit 9138bcb
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions android/recipes/geodiff/recipe.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# version of your package
VERSION_geodiff=0.8.1
VERSION_geodiff=0.8.3

# dependencies of this recipe
DEPS_geodiff=()
Expand All @@ -10,7 +10,7 @@ DEPS_geodiff=()
URL_geodiff=https://github.com/lutraconsulting/geodiff/archive/${VERSION_geodiff}.tar.gz

# md5 of the package
MD5_geodiff=f93edc0889b733357b6b92ca405c90f0
MD5_geodiff=e530abbb83c9250022b5c1a5d264171b

# default build path
BUILD_geodiff=$BUILD_PATH/geodiff/$(get_directory $URL_geodiff)
Expand Down
6 changes: 3 additions & 3 deletions android/recipes/qgis/recipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ VERSION_qgis=3.15
DEPS_qgis=(gdal qca libspatialindex libspatialite expat postgresql libzip qtkeychain exiv2 geodiff protobuf)

# url of the package
# some random commit from the 13th June 2020
URL_qgis=https://github.com/qgis/QGIS/archive/ba5a85710b36cfc2e7b6106fd6afa912d2cc2764.tar.gz
# some random commit from the 13th July 2020
URL_qgis=https://github.com/qgis/QGIS/archive/ebd4cd8c138574f0c6d6ea7911cc89abc6ad587a.tar.gz

# md5 of the package
MD5_qgis=02cfb77ba0be30c43f06ac65e085a540
MD5_qgis=2ed8b8ac4217b7d290459a073710cc73

# default build path
BUILD_qgis=$BUILD_PATH/qgis/$(get_directory $URL_qgis)
Expand Down
4 changes: 2 additions & 2 deletions ios/recipes/geodiff/recipe.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# version of your package
VERSION_geodiff=0.8.1
VERSION_geodiff=0.8.3

# dependencies of this recipe
DEPS_geodiff=()
Expand All @@ -10,7 +10,7 @@ DEPS_geodiff=()
URL_geodiff=https://github.com/lutraconsulting/geodiff/archive/${VERSION_geodiff}.tar.gz

# md5 of the package
MD5_geodiff=f93edc0889b733357b6b92ca405c90f0
MD5_geodiff=e530abbb83c9250022b5c1a5d264171b

# default build path
BUILD_geodiff=$BUILD_PATH/geodiff/$(get_directory $URL_geodiff)
Expand Down
6 changes: 3 additions & 3 deletions ios/recipes/qgis/recipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ VERSION_qgis=3.13
DEPS_qgis=(protobuf libtasn1 gdal qca proj libspatialite libspatialindex expat postgresql libzip qtkeychain)

# url of the package
# some random commit from the 14th June 2020
URL_qgis=https://github.com/qgis/QGIS/archive/e4987fd911c8a6625819dfd7985c41f2e9560599.tar.gz
# some random commit from the 13th Jul 2020
URL_qgis=https://github.com/qgis/QGIS/archive/ebd4cd8c138574f0c6d6ea7911cc89abc6ad587a.tar.gz

# md5 of the package
MD5_qgis=01feb958cb6eefc7870a49deb43a7ef0
MD5_qgis=2ed8b8ac4217b7d290459a073710cc73

# default build path
BUILD_qgis=$BUILD_PATH/qgis/$(get_directory $URL_qgis)
Expand Down
2 changes: 1 addition & 1 deletion win/recipes/geodiff/recipe.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo on

set VERSION_geodiff=0.8.1
set VERSION_geodiff=0.8.3
set URL_geodiff=https://github.com/lutraconsulting/geodiff/archive/%VERSION_geodiff%.tar.gz
set BUILD_geodiff=%BUILD_PATH%\geodiff
set REPO_geodiff=%REPO_PATH%\geodiff
Expand Down
2 changes: 1 addition & 1 deletion win/recipes/qgis/recipe.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo on

set VERSION_qgis=da042bb61dc7447b41b021838efe42d08b31cdd8
set VERSION_qgis=ebd4cd8c138574f0c6d6ea7911cc89abc6ad587a
set URL_qgis=https://github.com/qgis/QGIS/archive/%VERSION_qgis%.tar.gz
set BUILD_qgis=%BUILD_PATH%\qgis
set REPO_qgis=%REPO_PATH%\qgis
Expand Down

0 comments on commit 9138bcb

Please sign in to comment.