diff --git a/pkg.info b/pkg.info index 2a6570e..7ea94e3 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,6 @@ name: libaom description: Alliance for Open Media video codec -version: 3.13.3 +version: 3.14.0 revision: 1 url: https://aomedia.org/ license: BSD-3-Clause @@ -19,7 +19,7 @@ downloads: - url: https://storage.googleapis.com/aom-releases/libaom-${BPM_PKG_VERSION}.tar.gz extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: 446a4ae9741cb8f3eeb98c949d25f91b48cb2b8569cae975c4b737392e9024fc + checksum: 55852c50eadc1a27229d4840ea14c84f20ede7d85d41cc5827434c63eea1436d split_packages: - name: libaom - name: libaom-docs diff --git a/source.sh b/source.sh index 36c2153..f3dcb7d 100644 --- a/source.sh +++ b/source.sh @@ -6,7 +6,7 @@ # This function is used for putting downloaded files to the correct location or applying patches prepare() { # Remove static library - sed -i 's/aom aom_static/aom/' "$BPM_SOURCE"/build/cmake/aom_install.cmake + sed -i 's/aom aom_static/aom/' "$BPM_SOURCE"/cmake/aom_install.cmake } # The build function is executed in the source directory