Skip to content

Commit

Permalink
Update to v3.2.2
Browse files Browse the repository at this point in the history
Requires PHP 8.2
  • Loading branch information
mreid-tt committed Sep 14, 2024
1 parent 2af6c9c commit 22adedf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion cross/cops/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = cops
PKG_VERS = 1.5.4
PKG_VERS = 3.2.2
PKG_EXT = zip
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/mikespub-org/seblucas-cops/releases/download/$(PKG_VERS)
Expand Down
6 changes: 3 additions & 3 deletions cross/cops/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cops-1.5.4.zip SHA1 6fc653f9b7b83766547c420875579bd02503c98e
cops-1.5.4.zip SHA256 7fc18946c003d91e77c4a189f0b752f021224187d86e93f8813b165d9ac306c9
cops-1.5.4.zip MD5 17cb2d4ce02f7ddbd51baa27fcc26a0d
cops-3.2.2.zip SHA1 530c525cdfdb72040d089d031e8d48053d68437c
cops-3.2.2.zip SHA256 c3dbb1a310d846364e7a1c3f1453098a2273b45a80655a57fadc5a393868797b
cops-3.2.2.zip MD5 1e89e57e7862df462a1f6b397858bd4b
10 changes: 5 additions & 5 deletions spk/cops/Makefile
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
SPK_NAME = cops
SPK_VERS = 1.5.4
SPK_REV = 9
SPK_VERS = 3.2.2
SPK_REV = 10
SPK_ICON = src/cops.png

DEPENDS = cross/cops
# Pure PHP package, make sure ARCH is not defined
override ARCH=

REQUIRED_MIN_DSM = 6.0
SPK_DEPENDS=WebStation:PHP7.4:Apache2.4
REQUIRED_MIN_DSM = 7.0
SPK_DEPENDS=WebStation:PHP8.2:Apache2.4

MAINTAINER = Diaoul
DESCRIPTION = Calibre OPDS and HTML PHP Server : light alternative to Calibre content server / Calibre2OPDS.
DESCRIPTION_FRE = Calibre OPDS et HTML PHP Serveur : alternative légère au serveur de contenu de Calibre et à Calibre2OPDS.
DISPLAY_NAME = COPS
CHANGELOG = "1. Update to 1.5.4"
CHANGELOG = "1. Update to v3.2.2. \(Requires PHP 8.2\)"

HOMEPAGE = https://blog.slucas.fr/en/oss/calibre-opds-php-server
LICENSE = GPLv2
Expand Down
2 changes: 1 addition & 1 deletion spk/cops/src/conf/resource
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"display_name": "COPS",
"icon": "app/images/cops-{0}.png",
"php": {
"backend": 8,
"backend": 11,
"extensions": [
"gd",
"intl",
Expand Down

0 comments on commit 22adedf

Please sign in to comment.