Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / microsoft-gsl
Commits: f5a2fa25 by Sven-Hendrik Haase at 2024-11-03T18:59:04+01:00 upgpkg: 4.1.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,14 +1,14 @@ pkgbase = microsoft-gsl pkgdesc = C++ Core Guidelines Support Library - pkgver = 4.0.0 - pkgrel = 2 + pkgver = 4.1.0 + pkgrel = 1 url = https://github.com/Microsoft/GSL arch = any license = MIT makedepends = cmake makedepends = git makedepends = ninja - source = microsoft-gsl-4.0.0.tar.gz::https://github.com/Microsoft/GSL/archive/v4.0.0.tar.gz - sha256sums = f0e32cb10654fea91ad56bde89170d78cfbf4363ee0b01d8f097de2ba49f6ce9 + source = microsoft-gsl-4.1.0.tar.gz::https://github.com/Microsoft/GSL/archive/v4.1.0.tar.gz + sha256sums = 0a227fc9c8e0bf25115f401b9a46c2a68cd28f299d24ab195284eb3f1d7794bd pkgname = microsoft-gsl ===================================== PKGBUILD ===================================== @@ -3,15 +3,15 @@ _pkgname=GSL pkgname=microsoft-gsl -pkgver=4.0.0 -pkgrel=2 +pkgver=4.1.0 +pkgrel=1 pkgdesc="C++ Core Guidelines Support Library" arch=('any') url="https://github.com/Microsoft/GSL" license=('MIT') makedepends=('cmake' 'git' 'ninja') source=("$pkgname-$pkgver.tar.gz::https://github.com/Microsoft/GSL/archive/v${pkgver}.tar.gz") -sha256sums=('f0e32cb10654fea91ad56bde89170d78cfbf4363ee0b01d8f097de2ba49f6ce9') +sha256sums=('0a227fc9c8e0bf25115f401b9a46c2a68cd28f299d24ab195284eb3f1d7794bd') build() { cd "$_pkgname-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/microsoft-gsl/-/commit/f5a2fa25c6b55b67cee19258c80f6a9539b90701 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/microsoft-gsl/-/commit/f5a2fa25c6b55b67cee19258c80f6a9539b90701 You're receiving this email because of your account on gitlab.archlinux.org.