David Runge pushed to branch main at Arch Linux / Packaging / Packages / cxxopts
Commits:
a7ca1490 by David Runge at 2024-02-20T11:00:46+01:00
upgpkg: 3.2.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = cxxopts
pkgdesc = Lightweight C++ command line option parser
- pkgver = 3.2.0
+ pkgver = 3.2.1
pkgrel = 1
url = https://github.com/jarro2783/cxxopts
arch = any
license = MIT
makedepends = cmake
- source =
https://github.com/jarro2783/cxxopts/archive/v3.2.0/cxxopts-v3.2.0.tar.gz
- sha512sums =
7265de66b92591255488d01bc26ca874423c75223e2e157a99f14fdd3e92e8d2669b72732acac3ce835190f1a09c13a994c480f0513f229eba8aa008e3d98955
- b2sums =
b6fead8930e83b4af089631e584bec0777da2e7b58aeb5e44b03a1655795dd3aff3923a245699e936bef7e0e871da2c86dd5639d44a839f1ac305a694e811feb
+ source =
https://github.com/jarro2783/cxxopts/archive/v3.2.1/cxxopts-v3.2.1.tar.gz
+ sha512sums =
7841fb3e6c3c2a057917c962e29fc0090e6ed06f5515aaa5e2a868fef59071a9a99b74d81c32cf613ecf10a68a4d96d6ad07805f48c7c3951ded096a2317dc3d
+ b2sums =
891657d5c00213ae79a1f7600627829f114cf17c3f5c332b1a1c2dcdf2ba7c4a46826f5e0bdff2c09803396fdf133c12d35f6d76b01e473c83bc0fc130821ad4
pkgname = cxxopts
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: David Runge <[email protected]>
pkgname=cxxopts
-pkgver=3.2.0
+pkgver=3.2.1
pkgrel=1
pkgdesc="Lightweight C++ command line option parser"
arch=(any)
@@ -9,8 +9,8 @@ url="https://github.com/jarro2783/cxxopts"
license=(MIT)
makedepends=(cmake)
source=($url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
-sha512sums=('7265de66b92591255488d01bc26ca874423c75223e2e157a99f14fdd3e92e8d2669b72732acac3ce835190f1a09c13a994c480f0513f229eba8aa008e3d98955')
-b2sums=('b6fead8930e83b4af089631e584bec0777da2e7b58aeb5e44b03a1655795dd3aff3923a245699e936bef7e0e871da2c86dd5639d44a839f1ac305a694e811feb')
+sha512sums=('7841fb3e6c3c2a057917c962e29fc0090e6ed06f5515aaa5e2a868fef59071a9a99b74d81c32cf613ecf10a68a4d96d6ad07805f48c7c3951ded096a2317dc3d')
+b2sums=('891657d5c00213ae79a1f7600627829f114cf17c3f5c332b1a1c2dcdf2ba7c4a46826f5e0bdff2c09803396fdf133c12d35f6d76b01e473c83bc0fc130821ad4')
build() {
local cmake_options=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cxxopts/-/commit/a7ca1490fc1053fe527613ea19cf21b615322af8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cxxopts/-/commit/a7ca1490fc1053fe527613ea19cf21b615322af8
You're receiving this email because of your account on gitlab.archlinux.org.