diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-20 02:51:43 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-20 03:06:29 -0300 |
commit | eb4af60a186d3794f3981be27ee80467662409cc (patch) | |
tree | d5027ed5aa0b9194968b4cbf086716d877a4dddc /community/asio | |
parent | f8938137fb14baa696a8ee3825fd5aadfe9baa0d (diff) | |
download | aports-eb4af60a186d3794f3981be27ee80467662409cc.tar.bz2 aports-eb4af60a186d3794f3981be27ee80467662409cc.tar.xz |
community/asio: upgrade to 1.14.0
Diffstat (limited to 'community/asio')
-rw-r--r-- | community/asio/APKBUILD | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/community/asio/APKBUILD b/community/asio/APKBUILD index 388624f1fb..76dfb5d258 100644 --- a/community/asio/APKBUILD +++ b/community/asio/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=asio -pkgver=1.13.0 +pkgver=1.14.0 pkgrel=0 pkgdesc="Cross-platform C++ library for network programming" url="https://think-async.com" @@ -9,12 +9,9 @@ license="BSL-1.0" depends_dev="boost-dev openssl-dev" makedepends="$depends_dev" subpackages="$pkgname-dev" -source="https://downloads.sourceforge.net/sourceforge/asio/$pkgname-$pkgver.tar.bz2" - -builddir="$srcdir/$pkgname-$pkgver" +source="https://downloads.sourceforge.net/sourceforge/asio/asio-$pkgver.tar.bz2" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -25,13 +22,11 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="30b09c6656c9beaf091e72d518930bb5650f4bf66b286d11457a949a690a2b9ddcad0c95cb2098b41a2226f354741755ffbc92098f2844f3253e1921ff60cd5b asio-1.13.0.tar.bz2" +sha512sums="84855a06a3facc41e3c1c61be443d8b73a01afcb9bc3f1f444f0f3fd901ea1d5c932266ed94a031a0abd83171d5a6b83b6ab850e44aa31d175081a7e07b4793a asio-1.14.0.tar.bz2" |