Skip to content

Commit

Permalink
On '1.7.x-vcpkg' branch: Rename vcpkg port to 'apr' from 'apr-2'.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x-vcpkg@1917333 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Apr 25, 2024
1 parent b36f005 commit 84d6eb1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- x86-windows
- x86-windows-static
port:
- apr-2
- apr-2[core]
- apr-2[crypto,dbd-sqlite3,dbd-odbc,private-headers,xlate]
- apr
- apr[core]
- apr[crypto,dbd-sqlite3,dbd-odbc,private-headers,xlate]
fail-fast: false

name: "${{ matrix.port }}:${{ matrix.triplet }} on ${{ matrix.os }}"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(VERSION 2.0.0)
set(VERSION 1.7.5)
#
# Modify REF to latest commit id from https://github.com/apache/apr
# Update SHA512 with actual SHA512
Expand Down
4 changes: 2 additions & 2 deletions build/vcpkg/apr-2/vcpkg.json → build/vcpkg/apr/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apr-2",
"version": "2.0.0",
"name": "apr",
"version": "1.7.5",
"port-version": 5,
"description": "The Apache Portable Runtime (APR) is a C library that forms a system portability layer that covers many operating systems.",
"homepage": "https://apr.apache.org/",
Expand Down

0 comments on commit 84d6eb1

Please sign in to comment.