Skip to content

Commit

Permalink
bank new version
Browse files Browse the repository at this point in the history
  • Loading branch information
undefinedev committed Apr 25, 2022
1 parent 339f3e4 commit 24af50e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ hunter_default_version(Assimp VERSION 5.0.1-cb56866)
hunter_default_version(Async++ VERSION 0.0.3-hunter)
hunter_default_version(Avahi VERSION 0.6.31)
hunter_default_version(BZip2 VERSION 1.0.8-p0)
hunter_default_version(Banking VERSION 1.0.1)
hunter_default_version(Banking VERSION 1.0.2)
hunter_default_version(Beast VERSION 1.0.0-b84-hunter-0)

if(MINGW)
Expand Down
27 changes: 19 additions & 8 deletions cmake/projects/Banking/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,25 @@ include(hunter_download)
include(hunter_pick_scheme)

hunter_add_version(
PACKAGE_NAME
Banking
VERSION
1.0.1
URL
"https://github.com/undefinedev/Banking/archive/v1.0.1.tar.gz"
SHA1
552af4b4e5f344c3b782a047a869c4130763fb6d
PACKAGE_NAME
Banking
VERSION
1.0.2
URL
"https://github.com/undefinedev/Banking/archive/v1.0.2.tar.gz"
SHA1
f942a70e9d5250a3f498fefc022e8b7d65aaf0f7
)

hunter_add_version(
PACKAGE_NAME
Banking
VERSION
1.0.1
URL
"https://github.com/undefinedev/Banking/archive/v1.0.1.tar.gz"
SHA1
552af4b4e5f344c3b782a047a869c4130763fb6d
)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
Expand Down

0 comments on commit 24af50e

Please sign in to comment.