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

Wallabag: Update to v2.6.10 #6380

Merged
merged 2 commits into from
Jan 7, 2025
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
2 changes: 1 addition & 1 deletion cross/wallabag/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = wallabag
PKG_VERS = 2.6.9
PKG_VERS = 2.6.10
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/wallabag/$(PKG_NAME)/releases/download/$(PKG_VERS)
Expand Down
6 changes: 3 additions & 3 deletions cross/wallabag/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
wallabag-2.6.9.tar.gz SHA1 7dc92189472ed7a5705bb04bb35e2c1a23ecb5cc
wallabag-2.6.9.tar.gz SHA256 578b39ff2f5f140999f969d4c54d37532462bc48a10f565429038eab84cb10ac
wallabag-2.6.9.tar.gz MD5 3e7f5db1f64c63f2b06638fba171a2e4
wallabag-2.6.10.tar.gz SHA1 45e4080ab591eee0dc2b9d7c592e1051f243507d
wallabag-2.6.10.tar.gz SHA256 6b48f7b45403ec97145789037075a27e875ebbc2afa079f982f55bc68f3a30fe
wallabag-2.6.10.tar.gz MD5 9c15a819e28cbca1b1ac0170e228f1e8
8 changes: 4 additions & 4 deletions spk/wallabag/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
SPK_NAME = wallabag
SPK_VERS = 2.6.9
SPK_REV = 5
SPK_VERS = 2.6.10
SPK_REV = 6
SPK_ICON = src/wallabag.png

DEPENDS = cross/$(SPK_NAME)
DEPENDS = cross/wallabag
# Pure PHP package, make sure ARCH is noarch
override ARCH=noarch

Expand All @@ -14,7 +14,7 @@ SPK_DEPENDS = "WebStation:PHP7.4:MariaDB10:Apache2.4"
MAINTAINER = SynoCommunity
DESCRIPTION = Wallabag is a self hostable application allowing you to save an offline copy of your favorite articles. Click, save, read it when you can. It extracts content so that you can read it when you have time.
DISPLAY_NAME = Wallabag
CHANGELOG = "1. Update to 2.6.9.<br/>2. Add PHP profiles for DSM 6.<br/>3. Add backup and restore functions."
CHANGELOG = "1. Update to v2.6.10."

HOMEPAGE = https://www.wallabag.org/
LICENSE = MIT
Expand Down
Loading