From 5a907c9e4d8448fc96102948ae7af332eb9289dc Mon Sep 17 00:00:00 2001 From: Saber Razmjooei Date: Mon, 13 Jul 2020 18:37:14 +0100 Subject: [PATCH] updated geodiff --- android/recipes/geodiff/recipe.sh | 4 ++-- ios/recipes/geodiff/recipe.sh | 4 ++-- win/recipes/geodiff/recipe.bat | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/android/recipes/geodiff/recipe.sh b/android/recipes/geodiff/recipe.sh index 959af9ad..72395d2f 100644 --- a/android/recipes/geodiff/recipe.sh +++ b/android/recipes/geodiff/recipe.sh @@ -1,7 +1,7 @@ #!/bin/bash # version of your package -VERSION_geodiff=0.8.3 +VERSION_geodiff=0.8.4 # dependencies of this recipe DEPS_geodiff=() @@ -10,7 +10,7 @@ DEPS_geodiff=() URL_geodiff=https://github.com/lutraconsulting/geodiff/archive/${VERSION_geodiff}.tar.gz # md5 of the package -MD5_geodiff=e530abbb83c9250022b5c1a5d264171b +MD5_geodiff=fc71253a40c234e59baecb890c837c6e # default build path BUILD_geodiff=$BUILD_PATH/geodiff/$(get_directory $URL_geodiff) diff --git a/ios/recipes/geodiff/recipe.sh b/ios/recipes/geodiff/recipe.sh index f4f5c18a..e47b4852 100644 --- a/ios/recipes/geodiff/recipe.sh +++ b/ios/recipes/geodiff/recipe.sh @@ -1,7 +1,7 @@ #!/bin/bash # version of your package -VERSION_geodiff=0.8.3 +VERSION_geodiff=0.8.4 # dependencies of this recipe DEPS_geodiff=() @@ -10,7 +10,7 @@ DEPS_geodiff=() URL_geodiff=https://github.com/lutraconsulting/geodiff/archive/${VERSION_geodiff}.tar.gz # md5 of the package -MD5_geodiff=e530abbb83c9250022b5c1a5d264171b +MD5_geodiff=fc71253a40c234e59baecb890c837c6e # default build path BUILD_geodiff=$BUILD_PATH/geodiff/$(get_directory $URL_geodiff) diff --git a/win/recipes/geodiff/recipe.bat b/win/recipes/geodiff/recipe.bat index 8aa50d3d..7dd65c2b 100644 --- a/win/recipes/geodiff/recipe.bat +++ b/win/recipes/geodiff/recipe.bat @@ -1,6 +1,6 @@ @echo on -set VERSION_geodiff=0.8.3 +set VERSION_geodiff=0.8.4 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