Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
passim
Commits:
b5097858 by Frederik Schwan at 2024-01-02T13:32:42+01:00
upgpkg: 0.1.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = passim
pkgdesc = A local caching server
- pkgver = 0.1.4
+ pkgver = 0.1.5
pkgrel = 1
url = https://github.com/hughsie/passim
arch = x86_64
@@ -18,12 +18,12 @@ pkgbase = passim
depends = libsoup-3.0.so
provides = libpassim.so
backup = etc/passim.conf
- source =
https://github.com/hughsie/passim/releases/download/0.1.4/passim-0.1.4.tar.xz
- source =
https://github.com/hughsie/passim/releases/download/0.1.4/passim-0.1.4.tar.xz.asc
+ source =
https://github.com/hughsie/passim/releases/download/0.1.5/passim-0.1.5.tar.xz
+ source =
https://github.com/hughsie/passim/releases/download/0.1.5/passim-0.1.5.tar.xz.asc
validpgpkeys = 163EB50119225DB3DF8F49EA17ACBA8DFA970E17
- sha512sums =
6e44b19974a7161ba791b32a947a96d684214da5111e37ff3f32b95092d0cca03111f89d6d83547d4d42b90fdfa25a4717188b27953ebfbf443552a050cbe624
+ sha512sums =
005e031911270a0c5851f7d5fa2ec9f3f0cc832a6ce3c4e13203303aa8677875ff347d0a52b989e1d348b6706ae6d94a253ecb22482be791d64ef9a08453a503
sha512sums = SKIP
- b2sums =
a932534ceb77bb60882d331b254bce45454f1b84162d0f4762c0e0916d999e01f6f246227775a5c16268a98592e796535f646f68f7da755ec318fd20038ccc9f
+ b2sums =
a7c422c31de6a6dd016572c0297ee424df35befaae3da44b144ffcd6985942dba812e336a7486eb1cdcc5534badce6725cbb7868f59c5bcb089ea6c93a18be38
b2sums = SKIP
pkgname = passim
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Frederik Schwan <freswa at archlinux dot org>
pkgname=passim
-pkgver=0.1.4
+pkgver=0.1.5
pkgrel=1
pkgdesc="A local caching server"
arch=(x86_64)
@@ -25,9 +25,9 @@ backup=(
etc/passim.conf
)
source=("https://github.com/hughsie/passim/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('6e44b19974a7161ba791b32a947a96d684214da5111e37ff3f32b95092d0cca03111f89d6d83547d4d42b90fdfa25a4717188b27953ebfbf443552a050cbe624'
+sha512sums=('005e031911270a0c5851f7d5fa2ec9f3f0cc832a6ce3c4e13203303aa8677875ff347d0a52b989e1d348b6706ae6d94a253ecb22482be791d64ef9a08453a503'
'SKIP')
-b2sums=('a932534ceb77bb60882d331b254bce45454f1b84162d0f4762c0e0916d999e01f6f246227775a5c16268a98592e796535f646f68f7da755ec318fd20038ccc9f'
+b2sums=('a7c422c31de6a6dd016572c0297ee424df35befaae3da44b144ffcd6985942dba812e336a7486eb1cdcc5534badce6725cbb7868f59c5bcb089ea6c93a18be38'
'SKIP')
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/passim/-/commit/b5097858c2bfaa047b250765c65330bc680c91ed
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/passim/-/commit/b5097858c2bfaa047b250765c65330bc680c91ed
You're receiving this email because of your account on gitlab.archlinux.org.