diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-09 08:27:45 -0300 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-05-28 13:30:10 +0000 |
commit | 4d181d584f5e59c8e3c2de71c90398afd692b518 (patch) | |
tree | b549ba9835168d62b53830f432af184a5873d9df /main/orc | |
parent | b0961b2d65be71acbe0ae4efb3a399a7c0e2b1e8 (diff) | |
download | aports-4d181d584f5e59c8e3c2de71c90398afd692b518.tar.bz2 aports-4d181d584f5e59c8e3c2de71c90398afd692b518.tar.xz |
main/orc: upgrade to 0.4.29
Diffstat (limited to 'main/orc')
-rw-r--r-- | main/orc/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/main/orc/APKBUILD b/main/orc/APKBUILD index 9259f9a467..d75417243d 100644 --- a/main/orc/APKBUILD +++ b/main/orc/APKBUILD @@ -2,16 +2,15 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=orc -pkgver=0.4.28 +pkgver=0.4.29 pkgrel=0 pkgdesc="The Oil Run-time Compiler" url="https://gstreamer.freedesktop.org/modules/orc.html" arch="all" -license="BSD" +license="BSD-2-Clause" makedepends="linux-headers" subpackages="$pkgname-dev $pkgname-doc $pkgname-compiler" source="https://gstreamer.freedesktop.org/src/orc/${pkgname}-${pkgver}.tar.xz" -builddir="$srcdir/$pkgname-$pkgver" case "$CARCH" in # FIXME: Test exec_opcodes_sys fails on armhf. @@ -54,4 +53,4 @@ compiler() { mv "$pkgdir"/usr/bin "$subpkgdir"/usr/ } -sha512sums="2ae3100e7d0c03eba9a8a10a8924da4d729e1967b63e5dfdf88c4aee907d7ece82c782d74f4cb7e28a366dd74ce5e1ddc6e2b971e5a2f879b0501cc313b93410 orc-0.4.28.tar.xz" +sha512sums="57aa75bbefa9ba9ffcce97affd504c13c57612e2409863c011555bed6ff6ba224d38ed66b715bf103679a8ee28ddae427db3d78c7b4a2ddfa7dbd72a4fa81726 orc-0.4.29.tar.xz" |