T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / dummyhttp
Commits: 5bc3c34d by T.J. Townsend at 2024-07-12T00:50:14-04:00 upgpkg: 1.0.3-2: Rebuild packages that are missing .SRCINFO part 1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,14 @@ +pkgbase = dummyhttp + pkgdesc = Super simple HTTP server that replies a fixed body with a fixed response code + pkgver = 1.0.3 + pkgrel = 2 + url = https://github.com/svenstaro/dummyhttp + arch = x86_64 + license = MIT + makedepends = rust + depends = gcc-libs + options = !lto + source = dummyhttp-1.0.3.tar.gz::https://github.com/svenstaro/dummyhttp/archive/v1.0.3.tar.gz + sha512sums = 57dfeac8f9774d647b7ce09ec6a413f5ca3140500099fda7a7819134146eba105012a629e6e050eedb2ee1ecd026e25ff55bb0acee1fe460f24c8027df6f802a + +pkgname = dummyhttp ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> pkgname=dummyhttp pkgver=1.0.3 -pkgrel=1 +pkgrel=2 pkgdesc="Super simple HTTP server that replies a fixed body with a fixed response code" arch=('x86_64') url="https://github.com/svenstaro/dummyhttp" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dummyhttp/-/commit/5bc3c34dd58e425d876aba57f33a0b405c60dd35 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dummyhttp/-/commit/5bc3c34dd58e425d876aba57f33a0b405c60dd35 You're receiving this email because of your account on gitlab.archlinux.org.
