mirror of
https://github.com/YunoHost-Apps/BicBucStriim_ynh.git
synced 2024-09-03 18:15:53 +02:00
fix
This commit is contained in:
parent
9daea10c80
commit
ffaaf8d8e8
3 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=http://projekte.textmulch.de/bicbucstriim/downloads/BicBucStriim-1.5.3.zip
|
SOURCE_URL=https://github.com/rvolz/BicBucStriim/archive/refs/tags/v1.5.3.zip
|
||||||
SOURCE_SUM=f64c4aa72f906ae99c99f3397527d9b71f73d11651fa37fe87049013da581c8a
|
SOURCE_SUM=32b922c2d385a15ba71e1f2935017cc9269f95c60038c5e1b62caecbe4fa5bca
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=false
|
SOURCE_IN_SUBDIR=false
|
||||||
|
|
|
@ -6,12 +6,12 @@
|
||||||
"en": "Digital books streamer, providing web-based access to your e-book collection",
|
"en": "Digital books streamer, providing web-based access to your e-book collection",
|
||||||
"fr": "Interface web pour accéder à votre collection d'e-book"
|
"fr": "Interface web pour accéder à votre collection d'e-book"
|
||||||
},
|
},
|
||||||
"version": "1.6.5~ynh1",
|
"version": "1.5.3~ynh3",
|
||||||
"url": "http://projekte.textmulch.de/bicbucstriim/",
|
"url": "http://projekte.textmulch.de/bicbucstriim/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"website": "http://projekte.textmulch.de/bicbucstriim/",
|
"website": "http://projekte.textmulch.de/bicbucstriim/",
|
||||||
"code": "https://github.com/mikespub-org/rvolz-BicBucStriim"
|
"code": "https://github.com/rvolz/BicBucStriim/"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
YNH_PHP_VERSION="7.3"
|
YNH_PHP_VERSION="7.4"
|
||||||
|
|
||||||
pkg_dependencies="php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-sqlite3 php${YNH_PHP_VERSION}-mbstring"
|
pkg_dependencies="php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-sqlite3 php${YNH_PHP_VERSION}-mbstring"
|
||||||
#php${YNH_PHP_VERSION}-mcrypt
|
#php${YNH_PHP_VERSION}-mcrypt
|
||||||
|
|
Loading…
Add table
Reference in a new issue