Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / stb
Commits:
544abfaf by Maxime Gauduin at 2024-10-03T15:16:17+02:00
upgpkg: r2193.31707d1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
pkgbase = stb
pkgdesc = Single-file public domain (or MIT licensed) libraries for
C/C++
- pkgver = r2189.f7f20f3
+ pkgver = r2193.31707d1
pkgrel = 1
url = https://github.com/nothings/stb
arch = any
license = MIT
makedepends = git
- source =
git+https://github.com/nothings/stb.git#commit=f7f20f39fe4f206c6f19e26ebfef7b261ee59ee4
- b2sums =
4789e8ff0e4e6bee3526ae56ce449ecc2828c0e00da63b53b1614785139041b111f84f3cb1696c4b2a340e5b84234ec99aeb6cb8be9f29dc12ef778118a61960
+ source =
git+https://github.com/nothings/stb.git#commit=31707d14fdb75da66b3eed52a2236a70af0d0960
+ b2sums =
f1d3fa3e690e7e94abb8d10071ea1809acdf7cd6d5c7c10d07d1ba98c2d843bf1c39ce2d7a953133547655554b6cad40b3d9227f29c83f723ff788c3267edbfe
pkgname = stb
=====================================
PKGBUILD
=====================================
@@ -3,16 +3,16 @@
pkgname=stb
-pkgver=r2189.f7f20f3
+pkgver=r2193.31707d1
pkgrel=1
pkgdesc='Single-file public domain (or MIT licensed) libraries for C/C++'
arch=(any)
url=https://github.com/nothings/stb
license=(MIT)
makedepends=(git)
-_commit=f7f20f39fe4f206c6f19e26ebfef7b261ee59ee4
+_commit=31707d14fdb75da66b3eed52a2236a70af0d0960
source=(git+https://github.com/nothings/stb.git#commit=${_commit})
-b2sums=('4789e8ff0e4e6bee3526ae56ce449ecc2828c0e00da63b53b1614785139041b111f84f3cb1696c4b2a340e5b84234ec99aeb6cb8be9f29dc12ef778118a61960')
+b2sums=('f1d3fa3e690e7e94abb8d10071ea1809acdf7cd6d5c7c10d07d1ba98c2d843bf1c39ce2d7a953133547655554b6cad40b3d9227f29c83f723ff788c3267edbfe')
pkgver() {
cd stb
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/stb/-/commit/544abfaf5bc5876020486cfe798cb91bd960854b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/stb/-/commit/544abfaf5bc5876020486cfe798cb91bd960854b
You're receiving this email because of your account on gitlab.archlinux.org.