diff --git a/ressources/authelia/debmaker b/ressources/authelia/debmaker index 53376c7..f2cebfd 100755 --- a/ressources/authelia/debmaker +++ b/ressources/authelia/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=4.37.0 +VERSION=4.37.1 APP=authelia DEPOT=https://github.com/authelia/authelia.git GIT_VERSION=v${VERSION} diff --git a/ressources/budibase/debmaker b/ressources/budibase/debmaker index 00b433d..9e52554 100755 --- a/ressources/budibase/debmaker +++ b/ressources/budibase/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=2.0.33 +VERSION=2.0.37 APP=budibase DEPOT=https://github.com/Budibase/budibase.git GIT_VERSION=last diff --git a/ressources/joplin-desktop/debmaker b/ressources/joplin-desktop/debmaker index 605841c..32da512 100755 --- a/ressources/joplin-desktop/debmaker +++ b/ressources/joplin-desktop/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=2.9.8 +VERSION=2.9.11 APP=joplin-desktop GIT_VERSION=v${VERSION} DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M) diff --git a/ressources/wallabag/debmaker b/ressources/wallabag/debmaker index 3422c57..b984d19 100755 --- a/ressources/wallabag/debmaker +++ b/ressources/wallabag/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=2.5.1 +VERSION=2.5.2 APP=wallabag GIT_VERSION=$VERSION DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M) @@ -26,7 +26,7 @@ prebuild(){ build() { cd /tmp/${APP} SYMFONY_ENV=prod php composer.phar install --no-dev -o --prefer-dist -n --no-scripts - ENV=PROD make build + ENV=PROD make build } makedeb(){ @@ -38,12 +38,12 @@ makedeb(){ cp -fr /tmp/${APP}/web ${PATH_DEB}/usr/share/wallabag/web cp -fr /tmp/${APP}/bin ${PATH_DEB}/usr/share/wallabag/bin echo need by synfony to find project directory > ${PATH_DEB}/usr/share/wallabag/composer.json - + cp -fr /tmp/${APP}/data ${PATH_DEB}/var/lib/wallabag/data cp -fr /tmp/${APP}/var ${PATH_DEB}/var/lib/wallabag/var - + cp /tmp/wallabag/app/config/parameters.yml.dist ${PATH_DEB}/etc/wallabag/parameters.yml - + ln -s /var/lib/${APP}/data ${PATH_DEB}/usr/share/wallabag/data ln -s /var/lib/${APP}/var ${PATH_DEB}/usr/share/wallabag/var ln -s /etc/${APP}/parameters.yml ${PATH_DEB}/usr/share/wallabag/app/config/parameters.yml