hashworks pushed to branch main at Arch Linux / Packaging / Packages / filebin
Commits:
45510e95 by Justin Kromlinger at 2025-10-26T17:59:55+01:00
upgpkg: 4.1.0-1
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,8 +1,8 @@
pkgbase = filebin
pkgdesc = A pastebin service written in PHP
- pkgver = 4.0.3
+ pkgver = 4.1.0
pkgrel = 1
- url = https://git.server-speed.net/users/flo/filebin/
+ url = https://github.com/Bluewind/filebin
install = filebin.install
arch = any
license = AGPL-3.0-or-later
@@ -22,7 +22,7 @@ pkgbase = filebin
backup = etc/webapps/filebin/contact-info.php
backup = etc/webapps/filebin/database.php
backup = etc/webapps/filebin/memcached.php
- source = git+https://github.com/Bluewind/filebin.git#tag=4.0.3?signed
+ source = git+https://github.com/Bluewind/filebin.git#tag=4.1.0?signed
source = git+https://github.com/padraic/mockery.git
source = git+https://github.com/endroid/QrCode.git
source = git+https://github.com/erusev/parsedown.git
@@ -34,7 +34,7 @@ pkgbase = filebin
source = filebin-user-cron.service
source = filebin-user-cron.timer
validpgpkeys = CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E
- sha256sums =
e3cb814cc7f83cbe1230ff583e4591477e0657e2b76d3c6435caaf571edb4f54
+ sha256sums =
8d3b239eb63b8426ce439081fa9bb8f1b283b11310aa9bf6cdd1efdae671afff
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Justin Kromlinger <[email protected]>
# Contributor: Simon Hanna<simon DOT Hanna AT serve-me DOT info>
pkgname=filebin
-pkgver=4.0.3
+pkgver=4.1.0
pkgrel=1
pkgdesc="A pastebin service written in PHP"
arch=('any')
@@ -34,7 +34,7 @@
source=("git+https://github.com/Bluewind/filebin.git#tag=${pkgver}?signed"
'filebin-user-cron.service'
'filebin-user-cron.timer'
)
-sha256sums=('e3cb814cc7f83cbe1230ff583e4591477e0657e2b76d3c6435caaf571edb4f54'
+sha256sums=('8d3b239eb63b8426ce439081fa9bb8f1b283b11310aa9bf6cdd1efdae671afff'
'SKIP'
'SKIP'
'SKIP'
=====================================
REUSE.toml
=====================================
@@ -17,6 +17,8 @@ path = [
"*.timer",
"*.desktop",
"*.hook",
+ "filebin-nginx.conf",
+ "filebin-php-fpm.conf",
]
SPDX-FileCopyrightText = "Arch Linux contributors"
SPDX-License-Identifier = "0BSD"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/filebin/-/commit/45510e959d4154f6c92fdc29092879d9f8c63620
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/filebin/-/commit/45510e959d4154f6c92fdc29092879d9f8c63620
You're receiving this email because of your account on gitlab.archlinux.org.