diff options
author | Milan P. Stanić <mps@arvanta.net> | 2019-08-29 09:19:09 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-04 20:09:25 +0000 |
commit | b4c013135a87eb19bd686a624acf2ce96ba31474 (patch) | |
tree | 942dfe559beda4df019218ca4fabc90c04aba124 /main/ell/APKBUILD | |
parent | f97c46f83ed9a1ede224cd03bed3a00dbc001978 (diff) | |
download | aports-b4c013135a87eb19bd686a624acf2ce96ba31474.tar.bz2 aports-b4c013135a87eb19bd686a624acf2ce96ba31474.tar.xz |
main/ell: upgrade to 0.22
remove patches which are applied upstream
Diffstat (limited to 'main/ell/APKBUILD')
-rw-r--r-- | main/ell/APKBUILD | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/main/ell/APKBUILD b/main/ell/APKBUILD index 4a4d47471f..c6c0c82df9 100644 --- a/main/ell/APKBUILD +++ b/main/ell/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Milan P. Stanić <mps@arvanta.net> # Maintainer: Milan P. Stanić <mps@arvanta.net> pkgname=ell -pkgver=0.21 +pkgver=0.22 pkgrel=0 pkgdesc="Linux library for embedded development" url="https://01.org/ell" @@ -13,8 +13,7 @@ checkdepends="dbus" subpackages="$pkgname-dev" source="https://mirrors.edge.kernel.org/pub/linux/libs/ell/$pkgname-${pkgver}.tar.gz musl-fixes-testsuite.patch - fix-out-of-bounds-access.patch - fix-T1-timeout-crash.patch" + " builddir="$srcdir/$pkgname-${pkgver}" @@ -41,7 +40,5 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="aee0f1e564a24009212777b8ad517ce014d6033f424f914ffa4ebb6c348f55decfd380233660a6fa65e0de0111717ef8e2c1f2d15822f6335cab2e0b45856609 ell-0.21.tar.gz -ee93edab6618343bec00db9c4a5279a8f4cbb6ecf6ae62cac99c688377bb4ca4f04d5bc6a32a702071d16e8988f4c0eff2291fb04e91b8f9ed909ce88329f67f musl-fixes-testsuite.patch -0db52fdfc2c8a483daeffe83bf52c79d1877459b17752f253c1ba429fd14828fdd1ed11b5bcbf9acc9600821efb62ee92df0418c82d3f513ec6d7ea209f4d1d9 fix-out-of-bounds-access.patch -82beb3ff864588387492c5058dded17408f27b72c6f79552c5942721bf3a1437bed1cd02dd9736dbbdc08b44fc8f5f75ce28a33f5e3091cb0e5dae6d476296e8 fix-T1-timeout-crash.patch" +sha512sums="2efb8ebdbe79da92b4c66321adef88138d5e6977d55dcac50e75838d8e81f52c2f539a64b336cf7d175cb0eed4adf698acf151f190e254bf47daa34882016e8c ell-0.22.tar.gz +ee93edab6618343bec00db9c4a5279a8f4cbb6ecf6ae62cac99c688377bb4ca4f04d5bc6a32a702071d16e8988f4c0eff2291fb04e91b8f9ed909ce88329f67f musl-fixes-testsuite.patch" |