Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / libmodbus
Commits: 90f622c1 by Carl Smedstad at 2026-02-14T07:08:48+01:00 upgpkg: 3.1.12-1: Upstream release https://github.com/stephane/libmodbus/releases/tag/v3.1.12 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,13 +1,13 @@ pkgbase = libmodbus pkgdesc = A Modbus library for Linux, Mac OS, FreeBSD and Windows - pkgver = 3.1.11 - pkgrel = 3 + pkgver = 3.1.12 + pkgrel = 1 url = https://github.com/stephane/libmodbus arch = x86_64 license = LGPL-2.1-or-later makedepends = git depends = glibc - source = git+https://github.com/stephane/libmodbus#tag=v3.1.11 - sha512sums = b8aa181417a741fdffc90a31fa90b57ba1f74230b90b9d55d0232eba65329a25a859858c8a7163fa622b2820c909172ecc69b472e92e61b1b42d7fae5f49b381 + source = git+https://github.com/stephane/libmodbus#tag=v3.1.12 + b2sums = fc9d52a64fd2eb0edab1d51610fefd34395a697dd2df76dc9c68785422036ec2d2588be1bd2a32e0d271126587ef5e02b0065eea193593df794a6dc470706d2a pkgname = libmodbus ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=libmodbus -pkgver=3.1.11 -pkgrel=3 +pkgver=3.1.12 +pkgrel=1 pkgdesc='A Modbus library for Linux, Mac OS, FreeBSD and Windows' arch=(x86_64) url=https://github.com/stephane/libmodbus @@ -10,7 +10,7 @@ license=(LGPL-2.1-or-later) depends=(glibc) makedepends=(git) source=("git+$url#tag=v$pkgver") -sha512sums=('b8aa181417a741fdffc90a31fa90b57ba1f74230b90b9d55d0232eba65329a25a859858c8a7163fa622b2820c909172ecc69b472e92e61b1b42d7fae5f49b381') +b2sums=('fc9d52a64fd2eb0edab1d51610fefd34395a697dd2df76dc9c68785422036ec2d2588be1bd2a32e0d271126587ef5e02b0065eea193593df794a6dc470706d2a') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libmodbus/-/commit/90f622c19fa8acaa6a4eb54263b28dae028bfaea -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libmodbus/-/commit/90f622c19fa8acaa6a4eb54263b28dae028bfaea You're receiving this email because of your account on gitlab.archlinux.org.
