Skip to content

Commit

Permalink
[libgcrypt] new stable release (1.10.1) (#24216)
Browse files Browse the repository at this point in the history
* [libgcrypt] new stable 1.10.1 release

* [libgcrypt] update versions
  • Loading branch information
wrobelda committed Apr 18, 2022
1 parent 06a5137 commit 84f0ea2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/libgcrypt/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_git(
OUT_SOURCE_PATH SOURCE_PATH
URL git://git.gnupg.org/libgcrypt.git
FETCH_REF libgcrypt-1.9.4
REF 05422ca24a0391dad2a0b7790a904ce348819c10 # https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=commit;h=05422ca24a0391dad2a0b7790a904ce348819c10
FETCH_REF libgcrypt-1.10.1
REF ae0e567820c37f9640440b3cff77d7c185aa6742 # https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=tag;h=a8a888c9d2ed8a25ff502b104860a1bac4c4f73c
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/libgcrypt/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "libgcrypt",
"version": "1.9.4",
"port-version": 2,
"version": "1.10.1",
"description": "A general purpose cryptographic library",
"homepage": "https://gnupg.org/software/libgcrypt/index.html",
"supports": "linux | osx",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3569,8 +3569,8 @@
"port-version": 3
},
"libgcrypt": {
"baseline": "1.9.4",
"port-version": 2
"baseline": "1.10.1",
"port-version": 0
},
"libgd": {
"baseline": "2.3.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libgcrypt.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ba183f10b284405f9b4b50720d7583131a87d393",
"version": "1.10.1",
"port-version": 0
},
{
"git-tree": "8c0737adf68a0ada3ed976e4acf201b4cbeb9dfe",
"version": "1.9.4",
Expand Down

0 comments on commit 84f0ea2

Please sign in to comment.