This commit is contained in:
thomas 2023-02-06 13:57:24 +01:00
parent 3a10b26136
commit 976a7c7078
11 changed files with 54 additions and 19 deletions

View file

@ -1,13 +1,13 @@
#!/bin/bash
VERSION=3.3.9
VERSION=3.3.10
APP=phpbb
DEPOT=https://github.com/phpbb/phpbb.git
GIT_VERSION=release-$VERSION
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
DEBIAN_VERSION_CODENAME=bullseye
IMAGE_SIZE=2
PACKAGE_DEPENDENCY="php-simplexml php-curl php-zip"
PACKAGE_DEPENDENCY="php-simplexml php-curl php-zip php-cli"
main(){
base_package_upgrade