Skip to content

Commit

Permalink
Android-Apk 1.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Dec 28, 2016
1 parent 96687f9 commit 61974d5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ include(hunter_user_error)
# NOTE: no names with spaces!

hunter_config(AllTheFlopsThreads VERSION 0.1-p0)
hunter_config(Android-Apk VERSION 1.1.12)
hunter_config(Android-Apk VERSION 1.1.13)
hunter_config(Android-Build-Tools VERSION 22.0.1)
hunter_config(Android-Google-Repository VERSION 25)
hunter_config(Android-Modules VERSION 1.0.0)
Expand Down
12 changes: 11 additions & 1 deletion cmake/projects/Android-Apk/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ include(hunter_add_version)
include(hunter_download)
include(hunter_pick_scheme)

hunter_add_version(
PACKAGE_NAME
Android-Apk
VERSION
"1.1.13"
URL
"https://github.com/hunter-packages/android-apk/archive/v1.1.13.tar.gz"
SHA1
cd1b0b410fdf0b1bb79c718f61b21c2f48b703f8
)

hunter_add_version(
PACKAGE_NAME
Android-Apk
Expand All @@ -18,7 +29,6 @@ hunter_add_version(
64b903c567506c530a3443bfdbd92576ccdc7c2a
)


hunter_add_version(
PACKAGE_NAME
Android-Apk
Expand Down

0 comments on commit 61974d5

Please sign in to comment.