diff options
author | prspkt <prspkt@protonmail.com> | 2019-02-20 02:26:24 +0200 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-02-28 19:50:35 +0200 |
commit | a94cb9a07aa58368bcb04764959c8f2a7ee9b98f (patch) | |
tree | 3954ca4a7d27c464799665be9cb177b74d450bff /community/libmbim/APKBUILD | |
parent | 094552d9ba92f94ec4be941f564f2e574075bd1a (diff) | |
download | aports-a94cb9a07aa58368bcb04764959c8f2a7ee9b98f.tar.bz2 aports-a94cb9a07aa58368bcb04764959c8f2a7ee9b98f.tar.xz |
community/libmbim: upgrade to 1.18.0
Diffstat (limited to 'community/libmbim/APKBUILD')
-rw-r--r-- | community/libmbim/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libmbim/APKBUILD b/community/libmbim/APKBUILD index c10879b4ec..cfc6114f2a 100644 --- a/community/libmbim/APKBUILD +++ b/community/libmbim/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Stuart Cardall <developer@it-offshore.co.uk> # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=libmbim -pkgver=1.16.2 +pkgver=1.18.0 pkgrel=0 pkgdesc="MBIM modem protocol helper library" url="http://www.freedesktop.org/wiki/Software/libmbim" @@ -9,7 +9,7 @@ arch="all" license="GPL-2.0" makedepends="$depends_dev gtk-doc python2 glib-dev py-gobject libgudev-dev" subpackages="$pkgname-dev $pkgname-doc" -source="https://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz" +source="https://www.freedesktop.org/software/libmbim/$pkgname-$pkgver.tar.xz" builddir="$srcdir"/$pkgname-$pkgver build() { @@ -32,4 +32,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="6081a5b40b7fc5cd21adf1948c16c57919c452bc2eccdccb561412ecada5aca7ff1fcac79568eb3dda83d49c780b0dab95a0b15bda0c4f2712b735cbe95402be libmbim-1.16.2.tar.xz" +sha512sums="510af324563a6a4f9a9d656d6724398cf5c5ba07424962d5407dd05867ef36da40e1ee6c8be8040c6a67e764bc059d24282db45ce3d47075fcf4d7416245b28d libmbim-1.18.0.tar.xz" |