Skip to content

Commit

Permalink
[libvorbis] Update to 1.3.6-112d3bd
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed May 22, 2018
1 parent b142632 commit db7d775
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ports/libvorbis/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: libvorbis
Version: 1.3.5-143caf4-3
Version: 1.3.6-112d3bd
Description: Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format.
Build-Depends: libogg
8 changes: 4 additions & 4 deletions ports/libvorbis/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
#

include(vcpkg_common_functions)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/vorbis-143caf4023a90c09a5eb685fdd46fb9b9c36b1ee)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/vorbis-112d3bd0aaacad51305e1464d4b381dabad0e88b)
vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/xiph/vorbis/archive/143caf4023a90c09a5eb685fdd46fb9b9c36b1ee.zip"
FILENAME "vorbis-143caf4023a90c09a5eb685fdd46fb9b9c36b1ee.zip"
SHA512 9eeb64b1664ba8a1d118cdc5efc0090fe5f542eff33a16f4676fde8e59031fd0f9017857a7c45ca549899cab34efefd81dd54a57fab97f91f776fd9426f4e37a
URLS "https://github.com/xiph/vorbis/archive/112d3bd0aaacad51305e1464d4b381dabad0e88b.zip"
FILENAME "vorbis-112d3bd0aaacad51305e1464d4b381dabad0e88b.zip"
SHA512 94e773a34f3e8d1c8ed0422f0eab345b35f76a96760141af83d69d007ebf076fca2d083a77d36bfa4ea10dfefa03a8fa35201aced963655ab8a524aaa7580b11
)

vcpkg_extract_source_archive(${ARCHIVE})
Expand Down

0 comments on commit db7d775

Please sign in to comment.