diff options
| author | Jared Irwin <Link1J@users.noreply.github.com> | 2020-11-04 01:11:08 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-03 22:11:08 -0800 |
| commit | 7ffb963cdf7a7f4b89c57f20822e4b60a03b59b8 (patch) | |
| tree | 038d97f501a49c20b9b6511031c4858f38a4e4da | |
| parent | 2ccfa2d568ddb9c4c0dffb722cfc7b76a0db0932 (diff) | |
| download | vcpkg-7ffb963cdf7a7f4b89c57f20822e4b60a03b59b8.tar.gz vcpkg-7ffb963cdf7a7f4b89c57f20822e4b60a03b59b8.zip | |
[indicators] Update to Master (#14223)
| -rw-r--r-- | ports/indicators/CONTROL | 4 | ||||
| -rw-r--r-- | ports/indicators/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/indicators/vcpkg.json | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/ports/indicators/CONTROL b/ports/indicators/CONTROL deleted file mode 100644 index 49fb9f51d..000000000 --- a/ports/indicators/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: indicators
-Version: 1.7
-Description: Activity indicators for modern C++
-Homepage: https://github.com/p-ranav/indicators
diff --git a/ports/indicators/portfile.cmake b/ports/indicators/portfile.cmake index e406e93cf..32569ddee 100644 --- a/ports/indicators/portfile.cmake +++ b/ports/indicators/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO p-ranav/indicators
- REF ec1973607d5b360b3d1f9b07af851ce236ebd0ae
- SHA512 9b9678129525f03ece91217eb71098b8e14f76f178f9abfd24aa0679bcf7ae27dd600bdba185987e9908dfd8fb5e837dc903a8be011fb08d8707216a3084522a
+ REF af7c004832cb23de824fe4acf78bfa0dd9fe0758
+ SHA512 8ff80ddcde15163f311173679051febd69231a8eb3e56e0f83a513cc5384bca673ebc80692a42386b15159b95c9124aef79bd9da0ce273c70bce7c62c175aa51
HEAD_REF master
)
diff --git a/ports/indicators/vcpkg.json b/ports/indicators/vcpkg.json new file mode 100644 index 000000000..3c57ae332 --- /dev/null +++ b/ports/indicators/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "indicators", + "version-string": "2020-10-30", + "description": "Activity indicators for modern C++", + "homepage": "https://github.com/p-ranav/indicators" +} |
