Skip to content

Commit

Permalink
- Bump atk to 2.38.0. (#24515)
Browse files Browse the repository at this point in the history
- Add ipv6 source code source
  • Loading branch information
talregev authored May 5, 2022
1 parent 370272f commit b92a81a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
8 changes: 4 additions & 4 deletions ports/atk/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY ONLY_DYNAMIC_CRT)

set(ATK_VERSION 2.36.0)
set(ATK_VERSION 2.38.0)

vcpkg_download_distfile(ARCHIVE
URLS "https://ftp.gnome.org/pub/GNOME/sources/atk/2.36/atk-${ATK_VERSION}.tar.xz"
FILENAME "atk-${ATK_VERSION}.tar.xz"
SHA512 d0f18204eaf96511e8448e3dfbc4b6953a7cf8b816151fb7caf5592cf578572b1cdb16836fe2157b11e3ad018ef171f1ca1bfdf255bb31bb455716d7519fd634
URLS "https://gitlab.gnome.org/GNOME/atk/-/archive/${ATK_VERSION}/atk-${ATK_VERSION}.tar.gz"
FILENAME "atk-${ATK_VERSION}.tar.gz"
SHA512 f31951ecbdace6a18fb9f772616137cb8732163b37448fef4daf1af60ba8479c94d498dcdaf4880468c80012c77a446da585926a99704a9a940b80e546080cf3
)

vcpkg_extract_source_archive_ex(
Expand Down
3 changes: 1 addition & 2 deletions ports/atk/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "atk",
"version": "2.36.0",
"port-version": 2,
"version": "2.38.0",
"description": "GNOME Accessibility Toolkit",
"homepage": "https://developer.gnome.org/atk/",
"supports": "!arm",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/atk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9e43338e95e4bfeb688d23ade7792fb45b185356",
"version": "2.38.0",
"port-version": 0
},
{
"git-tree": "15723fa24f08f04e859253b16f5cbc05529d10cf",
"version": "2.36.0",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@
"port-version": 1
},
"atk": {
"baseline": "2.36.0",
"port-version": 2
"baseline": "2.38.0",
"port-version": 0
},
"atkmm": {
"baseline": "2.36.1",
Expand Down

0 comments on commit b92a81a

Please sign in to comment.