Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
passim
Commits:
7ab8b496 by Frederik Schwan at 2023-10-27T22:23:09+02:00
upgpkg: 0.1.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = passim
pkgdesc = A local caching server
- pkgver = 0.1.3
- pkgrel = 2
+ pkgver = 0.1.4
+ pkgrel = 1
url = https://github.com/hughsie/passim
arch = x86_64
license = LGPL
@@ -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.3/passim-0.1.3.tar.xz
- source =
https://github.com/hughsie/passim/releases/download/0.1.3/passim-0.1.3.tar.xz.asc
+ 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
validpgpkeys = 163EB50119225DB3DF8F49EA17ACBA8DFA970E17
- sha512sums =
303f0cf3913a0f1880611fc48c8269dbe24d3394b6cf45cc6e9c51bb1c10729b793882d9b7aa64395268c3b6e29d47f23ec0f81711085a8df58b238d6a03c063
+ sha512sums =
6e44b19974a7161ba791b32a947a96d684214da5111e37ff3f32b95092d0cca03111f89d6d83547d4d42b90fdfa25a4717188b27953ebfbf443552a050cbe624
sha512sums = SKIP
- b2sums =
ee1980f7c997f85d0d465b68b684b37b8ac42df05b7de5ef52888638fbd95fcbeacda13b36754dab5faa1825477eb226fa38f81ad16526b5725e8f639271d9eb
+ b2sums =
a932534ceb77bb60882d331b254bce45454f1b84162d0f4762c0e0916d999e01f6f246227775a5c16268a98592e796535f646f68f7da755ec318fd20038ccc9f
b2sums = SKIP
pkgname = passim
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Frederik Schwan <freswa at archlinux dot org>
pkgname=passim
-pkgver=0.1.3
-pkgrel=2
+pkgver=0.1.4
+pkgrel=1
pkgdesc="A local caching server"
arch=(x86_64)
url="https://github.com/hughsie/passim"
@@ -25,9 +25,9 @@ backup=(
etc/passim.conf
)
source=("https://github.com/hughsie/passim/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('303f0cf3913a0f1880611fc48c8269dbe24d3394b6cf45cc6e9c51bb1c10729b793882d9b7aa64395268c3b6e29d47f23ec0f81711085a8df58b238d6a03c063'
+sha512sums=('6e44b19974a7161ba791b32a947a96d684214da5111e37ff3f32b95092d0cca03111f89d6d83547d4d42b90fdfa25a4717188b27953ebfbf443552a050cbe624'
'SKIP')
-b2sums=('ee1980f7c997f85d0d465b68b684b37b8ac42df05b7de5ef52888638fbd95fcbeacda13b36754dab5faa1825477eb226fa38f81ad16526b5725e8f639271d9eb'
+b2sums=('a932534ceb77bb60882d331b254bce45454f1b84162d0f4762c0e0916d999e01f6f246227775a5c16268a98592e796535f646f68f7da755ec318fd20038ccc9f'
'SKIP')
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/passim/-/commit/7ab8b496832f6fdd1b7b0f99ca04e8383e8b60f4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/passim/-/commit/7ab8b496832f6fdd1b7b0f99ca04e8383e8b60f4
You're receiving this email because of your account on gitlab.archlinux.org.