Skip to content

Commit

Permalink
updated geodiff
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 9138bcb commit 5a907c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.3
VERSION_geodiff=0.8.4

# 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=e530abbb83c9250022b5c1a5d264171b
MD5_geodiff=fc71253a40c234e59baecb890c837c6e

# default build path
BUILD_geodiff=$BUILD_PATH/geodiff/$(get_directory $URL_geodiff)
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.3
VERSION_geodiff=0.8.4

# 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=e530abbb83c9250022b5c1a5d264171b
MD5_geodiff=fc71253a40c234e59baecb890c837c6e

# default build path
BUILD_geodiff=$BUILD_PATH/geodiff/$(get_directory $URL_geodiff)
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.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
Expand Down

0 comments on commit 5a907c9

Please sign in to comment.