update version

This commit is contained in:
Thomas Legay 2023-11-02 09:37:18 +01:00
parent 2fa91a6bf5
commit 337df6c751
16 changed files with 23 additions and 23 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=0.108.0-b.46 VERSION=0.108.0-b.48
APP=adguardhome APP=adguardhome
DEPOT=https://github.com/AdguardTeam/AdGuardHome.git DEPOT=https://github.com/AdguardTeam/AdGuardHome.git
GIT_VERSION=v${VERSION} GIT_VERSION=v${VERSION}

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=2.1.1 VERSION=2.1.2
APP=babybuddy APP=babybuddy
DEPOT=https://github.com/babybuddy/babybuddy.git DEPOT=https://github.com/babybuddy/babybuddy.git
GIT_VERSION=v${VERSION} GIT_VERSION=v${VERSION}

View File

@ -1,11 +1,8 @@
#!/bin/bash #!/bin/bash
APP=babybuddy APP=babybuddy
HOMEDIR=/var/lib/babybuddy/ id $APP &> /dev/null || useradd $APP -r -s /bin/false -md /var/lib/$APP/
chown -R $APP:$APP /var/lib/$APP/
[ -d ${HOMEDIR} ] || mkdir -p ${HOMEDIR}
id ${APP} &> /dev/null || useradd ${APP} -r -s /bin/false -d ${HOMEDIR}
chown ${APP}:${APP} ${HOMEDIR}
systemctl | grep ${APP} | grep -q running && systemctl daemon-reload && systemctl restart ${APP} systemctl | grep ${APP} | grep -q running && systemctl daemon-reload && systemctl restart ${APP}
@ -17,3 +14,6 @@ then
systemctl restart ${APP} systemctl restart ${APP}
fi fi
fi fi

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=2023.9.1 VERSION=2023.10.0
APP=bitwarden-desktop APP=bitwarden-desktop
DEPOT=https://github.com/bitwarden/clients.git DEPOT=https://github.com/bitwarden/clients.git
GIT_VERSION=desktop-v${VERSION} GIT_VERSION=desktop-v${VERSION}

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=2.13.2 VERSION=2.13.4
APP=joplin-desktop APP=joplin-desktop
GIT_VERSION=v${VERSION} GIT_VERSION=v${VERSION}
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M) DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=2.13.1 VERSION=2.13.3
APP=joplin-server APP=joplin-server
GIT_VERSION=server-v${VERSION} GIT_VERSION=server-v${VERSION}
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M) DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=22.0.3 VERSION=22.0.5
APP=keycloak APP=keycloak
DEPOT=https://github.com/keycloak/keycloak.git DEPOT=https://github.com/keycloak/keycloak.git
GIT_VERSION=${VERSION} GIT_VERSION=${VERSION}

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=2.0.35 VERSION=2.1.0
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=0.10.1 VERSION=0.10.3
APP=mautrix-whatsapp APP=mautrix-whatsapp
DEPOT=https://github.com/mautrix/whatsapp.git DEPOT=https://github.com/mautrix/whatsapp.git
GIT_VERSION=v${VERSION} GIT_VERSION=v${VERSION}

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=0.47.3 VERSION=0.47.6
APP=metabase APP=metabase
DEPOT=https://github.com/metabase/metabase.git DEPOT=https://github.com/metabase/metabase.git
GIT_VERSION=v$VERSION GIT_VERSION=v$VERSION

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=4.10.0 VERSION=4.11.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.10 VERSION=3.3.11
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

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=1.6.2 VERSION=1.6.4
APP=roundcubemail APP=roundcubemail
DEPOT=https://github.com/roundcube/roundcubemail.git DEPOT=https://github.com/roundcube/roundcubemail.git
GIT_VERSION=${VERSION} GIT_VERSION=${VERSION}

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
APPUSER=uptime-kuma APPUSER=uptime-kuma
id $APPUSER &> /dev/null || useradd $APPUSER -r -s /bin/false -d /var/lib/$APPUSER/ id $APPUSER &> /dev/null || useradd $APPUSER -r -s /bin/false -md /var/lib/$APPUSER/
chown -R $APPUSER:$APPUSER /var/lib/$APPUSER/ chown -R $APPUSER:$APPUSER /var/lib/$APPUSER/

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=1.23.1 VERSION=1.23.3
APP=uptime-kuma APP=uptime-kuma
GIT_VERSION=${VERSION} GIT_VERSION=${VERSION}
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M) DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
@ -27,7 +27,8 @@ build() {
makedeb(){ makedeb(){
PATH_DEB=/tmp/src/rootfs/ PATH_DEB=/tmp/src/rootfs/
cp -fr /tmp/src/DEBIAN $PATH_DEB mkdir $PATH_DEB
cp -fr /tmp/src/DEBIAN $PATH_DEB/
mkdir -p $PATH_DEB/usr/share/uptime-kuma/ mkdir -p $PATH_DEB/usr/share/uptime-kuma/
mkdir -p $PATH_DEB/var/lib/uptime-kuma/data mkdir -p $PATH_DEB/var/lib/uptime-kuma/data

View File

@ -1,11 +1,10 @@
#!/bin/bash #!/bin/bash
VERSION=1.32.2 VERSION=1.33.2
APP=zigbee2mqtt APP=zigbee2mqtt
DEPOT=https://github.com/Koenkk/zigbee2mqtt.git DEPOT=https://github.com/Koenkk/zigbee2mqtt.git
GIT_VERSION=${VERSION} GIT_VERSION=${VERSION}
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M) DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
DEB_VERSION=1.33.0-$(date +%Y%m%d%H%M)
DEBIAN_VERSION_CODENAME=bookworm DEBIAN_VERSION_CODENAME=bookworm
IMAGE_SIZE=2 IMAGE_SIZE=2
PACKAGE_DEPENDENCY="nodejs make g++ gcc" PACKAGE_DEPENDENCY="nodejs make g++ gcc"