Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filebrowser: update to v2.30.0 #6159

Merged
merged 1 commit into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
filebrowser: update to v2.30.0
  • Loading branch information
hgy59 committed Jun 25, 2024
commit 25baf170120f3e591170a6837bfd1bcab977a25a
2 changes: 1 addition & 1 deletion cross/filebrowser/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = filebrowser
PKG_VERS = 2.28.0
PKG_VERS = 2.30.0
PKG_EXT = tar.gz
PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/filebrowser/filebrowser/archive
Expand Down
6 changes: 3 additions & 3 deletions cross/filebrowser/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
filebrowser-2.28.0.tar.gz SHA1 f630f24a6e86c70d3f63bbceac6bf4a0f022aca0
filebrowser-2.28.0.tar.gz SHA256 5e8c5b57783976f454ee7f23df9c36b9566648b7b443287a7f2089771628695d
filebrowser-2.28.0.tar.gz MD5 6698f8b9ead800cd9c52900f55a5fa1a
filebrowser-2.30.0.tar.gz SHA1 7cfd6235b31da70d54b1754d1bb5091fea778180
filebrowser-2.30.0.tar.gz SHA256 179270033623213c4c53af59384b585c968d407762e8810816c118afc3c1f02a
filebrowser-2.30.0.tar.gz MD5 c99a1c3aaf97d8e4202fd71a2d8146e0
6 changes: 3 additions & 3 deletions spk/filebrowser/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = filebrowser
SPK_VERS = 2.28.0
SPK_REV = 4
SPK_VERS = 2.30.0
SPK_REV = 5
SPK_ICON = src/filebrowser.png

DEPENDS = cross/filebrowser
Expand All @@ -13,7 +13,7 @@ DESCRIPTION = filebrowser provides a file managing interface within a specified
HOMEPAGE = https://filebrowser.org/
HELPURL = https://github.com/filebrowser/filebrowser/issues
LICENSE = Apache 2.0
CHANGELOG = "1. Update filebrowser to v2.28.0.<br/>2. Built with go v1.21.8 and node v18.20.0."
CHANGELOG = "1. Update filebrowser to v2.30.0.<br/>2. Built with go v1.22 and node v20."

GROUP = synocommunity

Expand Down