hashworks pushed to branch main at Arch Linux / Packaging / Packages / piping-server
Commits: c0e99c82 by Justin Kromlinger at 2024-02-10T02:22:56+01:00 upgpkg: 0.17.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = piping-server + pkgdesc = Infinitely transfer between every device over pure HTTP with pipes or browsers + pkgver = 0.17.0 + pkgrel = 1 + url = https://github.com/nwtgck/piping-server-rust + arch = x86_64 + license = MIT + makedepends = cargo + depends = gcc-libs + options = !lto + source = piping-server-0.17.0.tar.gz::https://github.com/nwtgck/piping-server-rust/archive/v0.17.0.tar.gz + source = piping-server.service + sha256sums = 00a31492e7fb8c303c8efe9dd73e2bc73d32166a19452357f740a408a897bd6c + sha256sums = 9182467638a583b29bed0ae69ed00013b1721ce8753e5ba90a56cbaac07d768c + +pkgname = piping-server ===================================== PKGBUILD ===================================== @@ -1,6 +1,6 @@ # Maintainer: Justin Kromlinger <hashwo...@archlinux.org> pkgname=piping-server -pkgver=0.16.0 +pkgver=0.17.0 pkgrel=1 pkgdesc='Infinitely transfer between every device over pure HTTP with pipes or browsers' arch=('x86_64') @@ -11,7 +11,7 @@ makedepends=('cargo') options=(!lto) source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz" "$pkgname.service") -sha256sums=('3735eea652c178ec36118958414b7ce35a246fd64790e2fd04b5d5912f072d30' +sha256sums=('00a31492e7fb8c303c8efe9dd73e2bc73d32166a19452357f740a408a897bd6c' '9182467638a583b29bed0ae69ed00013b1721ce8753e5ba90a56cbaac07d768c') build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/piping-server/-/commit/c0e99c824ce1cd7068d213d0fa2dd7d868faa7cc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/piping-server/-/commit/c0e99c824ce1cd7068d213d0fa2dd7d868faa7cc You're receiving this email because of your account on gitlab.archlinux.org.