From 45418b39413bb602e5dbc487a69b3275a2d3dc6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= Date: Thu, 24 Oct 2019 11:09:13 +0200 Subject: main/ell: upgrade to 0.25 --- main/ell/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'main/ell/APKBUILD') diff --git a/main/ell/APKBUILD b/main/ell/APKBUILD index 5aaec504af..3b8a635104 100644 --- a/main/ell/APKBUILD +++ b/main/ell/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Milan P. Stanić # Maintainer: Milan P. Stanić pkgname=ell -pkgver=0.24 +pkgver=0.25 pkgrel=0 pkgdesc="Linux library for embedded development" url="https://01.org/ell" @@ -10,9 +10,9 @@ license="GPL-2.0-only" makedepends="glib-dev linux-headers" checkdepends="dbus" subpackages="$pkgname-dev" -source="https://mirrors.edge.kernel.org/pub/linux/libs/ell/$pkgname-${pkgver}.tar.gz" +source="https://mirrors.edge.kernel.org/pub/linux/libs/ell/ell-$pkgver.tar.gz" -builddir="$srcdir/$pkgname-${pkgver}" +builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" @@ -37,4 +37,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="c97b174a59aa6b4bbafd317fec47140e46f7aa383f09a4053c2d719d64430e99dff95fa07292fff76183a6a0d770089ac3dbed62d6bdc40062f0799f84af155c ell-0.24.tar.gz" +sha512sums="adafc8cde63a37c3e814b7913cd73a082a3e365e67a33fe0c526e5a955850cdaca51c5ff50381bf9d2b2829a0e919323d4c22dccb7b4af6246e44786d954dfa1 ell-0.25.tar.gz" -- cgit v1.2.3