This commit is contained in:
thomas 2022-11-29 00:35:10 +01:00
parent 7ef4baf9a9
commit 5e7d4948d2
7 changed files with 12 additions and 6 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=2.1.26 VERSION=2.1.39
APP=budibase APP=budibase
DEPOT=https://github.com/Budibase/budibase.git DEPOT=https://github.com/Budibase/budibase.git
GIT_VERSION=v${VERSION} GIT_VERSION=v${VERSION}

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=1.29.0 VERSION=1.29.1
APP=kimai2 APP=kimai2
DEPOT=https://github.com/kevinpapst/kimai2.git DEPOT=https://github.com/kevinpapst/kimai2.git
GIT_VERSION=${VERSION} GIT_VERSION=${VERSION}

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=4.8.0 VERSION=4.9.0
APP=phpbb-language-fr APP=phpbb-language-fr
DEPOT=https://github.com/qiaeru/phpbb-language-fr.git DEPOT=https://github.com/qiaeru/phpbb-language-fr.git
GIT_VERSION=v$VERSION GIT_VERSION=v$VERSION

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=3.3.8 VERSION=3.3.9
APP=phpbb APP=phpbb
DEPOT=https://github.com/phpbb/phpbb.git DEPOT=https://github.com/phpbb/phpbb.git
GIT_VERSION=release-$VERSION GIT_VERSION=release-$VERSION
@ -9,7 +9,13 @@ DEBIAN_VERSION_CODENAME=bullseye
IMAGE_SIZE=2 IMAGE_SIZE=2
PACKAGE_DEPENDENCY="php-simplexml php-curl php-zip" PACKAGE_DEPENDENCY="php-simplexml php-curl php-zip"
STEP="base_package_upgrade install_package_dependency default_prebuild build makedeb" main(){
base_package_upgrade
install_package_dependency
default_prebuild
build
makedeb
}
build(){ build(){
cd /tmp/${APP}/phpBB cd /tmp/${APP}/phpBB

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
APP=rustdesk-server APP=rustdesk-server
VERSION=1.1.6-1 VERSION=1.1.6-2
GIT_VERSION=$VERSION GIT_VERSION=$VERSION
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M) DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
DEBIAN_VERSION_CODENAME=bullseye DEBIAN_VERSION_CODENAME=bullseye