Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / asio
Commits: 5891ca89 by Christian Heusel at 2025-04-11T12:50:10+02:00 upgpkg: 1.34.2-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,14 +1,14 @@ pkgbase = asio pkgdesc = Cross-platform C++ library for ASynchronous network I/O - pkgver = 1.34.0 + pkgver = 1.34.2 pkgrel = 1 url = https://think-async.com/Asio/ arch = any license = BSL-1.0 makedepends = boost makedepends = git - source = git+https://github.com/chriskohlhoff/asio.git#tag=asio-1-34-0 - sha512sums = b12251a2402328eb2a559967b0dec97f6aa791ffbc4fd8ad591e76e4aa0dc7bb0f18f9a32c9a53d11b76c0684993686e4f83a747e23696dcfb27dbf226b3392b - b2sums = ecb5ae3e13f8e3019450b50f14fbb6f498feb3ca7ab900e075d1dba74bb3890e375341486b8159a69c53fb0c71337002476e2636ef8c34db7a677ec248bd4b6b + source = git+https://github.com/chriskohlhoff/asio.git#tag=asio-1-34-2 + sha512sums = eee167743e45bf1db5e9d8a282c748c5ec8ced4e8c8c2209828fd91c0921af001f0d202237f8ecebeddf0cbebd697e643acec1d4922d71d06d6c0e4badc994b2 + b2sums = 57209936a1909ce0ab1041d018881291e374930ae093f180d797fedaee465a3f2b30a1ad76659014c9e4871ca4c027b25829136eccea8812732c13f7ce387415 pkgname = asio ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Aaron Griffin <aa...@archlinux.org> pkgname=asio -pkgver=1.34.0 +pkgver=1.34.2 pkgrel=1 pkgdesc='Cross-platform C++ library for ASynchronous network I/O' url='https://think-async.com/Asio/' @@ -12,8 +12,8 @@ arch=('any') license=('BSL-1.0') makedepends=('boost' 'git') source=(git+https://github.com/chriskohlhoff/asio.git#tag=asio-${pkgver//./-}) -sha512sums=('b12251a2402328eb2a559967b0dec97f6aa791ffbc4fd8ad591e76e4aa0dc7bb0f18f9a32c9a53d11b76c0684993686e4f83a747e23696dcfb27dbf226b3392b') -b2sums=('ecb5ae3e13f8e3019450b50f14fbb6f498feb3ca7ab900e075d1dba74bb3890e375341486b8159a69c53fb0c71337002476e2636ef8c34db7a677ec248bd4b6b') +sha512sums=('eee167743e45bf1db5e9d8a282c748c5ec8ced4e8c8c2209828fd91c0921af001f0d202237f8ecebeddf0cbebd697e643acec1d4922d71d06d6c0e4badc994b2') +b2sums=('57209936a1909ce0ab1041d018881291e374930ae093f180d797fedaee465a3f2b30a1ad76659014c9e4871ca4c027b25829136eccea8812732c13f7ce387415') prepare() { cd ${pkgname}/${pkgname} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/asio/-/commit/5891ca8971c253836a0c47e00d1cecef00a8498b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/asio/-/commit/5891ca8971c253836a0c47e00d1cecef00a8498b You're receiving this email because of your account on gitlab.archlinux.org.