Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / passim
Commits: 863bbff9 by Frederik Schwan at 2024-04-29T21:18:45+02:00 upgpkg: 0.1.8-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,10 +1,10 @@ pkgbase = passim pkgdesc = A local caching server - pkgver = 0.1.7 + pkgver = 0.1.8 pkgrel = 1 url = https://github.com/hughsie/passim arch = x86_64 - license = LGPL + license = LGPL-2.1-or-later makedepends = cmake makedepends = git makedepends = gobject-introspection @@ -19,9 +19,9 @@ pkgbase = passim depends = libsoup-3.0.so provides = libpassim.so backup = etc/passim.conf - source = git+https://github.com/hughsie/passim.git#tag=0.1.7?signed + source = git+https://github.com/hughsie/passim.git#tag=0.1.8?signed validpgpkeys = 163EB50119225DB3DF8F49EA17ACBA8DFA970E17 - sha512sums = 11ae911c20e90a4ae135fc71a58563b904dd9fb1a777a0cfa0cd5374d77526c7fd71baf67b74d1316a3e9e49bdba2c2e2b537fb4dbe0ff17d5193bfaae80ddd1 - b2sums = 4efdb32de4e27c0619696a0425b52693bc153d40857a161168a8f3732edff6ad13bd230a7e213244effa0c2ff7dd07dc1e3592042e50c988d9eaec46f3db4f26 + sha512sums = 42165138babc935fba59ea747e3c6e0bcff4e22db71460191989af0adb32b082d33223d0d382b27cb2dcf28d57c4bd7ef17e3c8d92d0ca089105e75a5ff9882b + b2sums = 684219c2f68d6c3c5b65c919c10560170da3eaddee4d56bdb2926183e0f6dc1e43e59600f2f89e1a171bcf1e287ed41733b960efcaf9abb1315e2966e56380d8 pkgname = passim ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Frederik Schwan <freswa at archlinux dot org> pkgname=passim -pkgver=0.1.7 +pkgver=0.1.8 pkgrel=1 pkgdesc="A local caching server" arch=(x86_64) @@ -26,8 +26,8 @@ backup=( etc/passim.conf ) source=("git+https://github.com/hughsie/passim.git#tag=${pkgver}?signed") -sha512sums=('11ae911c20e90a4ae135fc71a58563b904dd9fb1a777a0cfa0cd5374d77526c7fd71baf67b74d1316a3e9e49bdba2c2e2b537fb4dbe0ff17d5193bfaae80ddd1') -b2sums=('4efdb32de4e27c0619696a0425b52693bc153d40857a161168a8f3732edff6ad13bd230a7e213244effa0c2ff7dd07dc1e3592042e50c988d9eaec46f3db4f26') +sha512sums=('42165138babc935fba59ea747e3c6e0bcff4e22db71460191989af0adb32b082d33223d0d382b27cb2dcf28d57c4bd7ef17e3c8d92d0ca089105e75a5ff9882b') +b2sums=('684219c2f68d6c3c5b65c919c10560170da3eaddee4d56bdb2926183e0f6dc1e43e59600f2f89e1a171bcf1e287ed41733b960efcaf9abb1315e2966e56380d8') validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <rich...@hughsie.com> build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/passim/-/commit/863bbff97f2578743294b1d9f10f57a5cba3140e -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/passim/-/commit/863bbff97f2578743294b1d9f10f57a5cba3140e You're receiving this email because of your account on gitlab.archlinux.org.