2nd version of the day

This commit is contained in:
thomas 2023-07-11 23:15:31 +02:00
parent 568c7a4342
commit f8e85eec79
15 changed files with 116 additions and 7 deletions

View file

@ -1,12 +1,11 @@
#!/bin/bash
VERSION=0.108.0-b.35
VERSION=0.108.0-b.40
APP=adguardhome
DEPOT=https://github.com/AdguardTeam/AdGuardHome.git
GIT_VERSION=v${VERSION}
GIT_VERSION=v0.108.0-b.30
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
DEBIAN_VERSION_CODENAME=bullseye
DEBIAN_VERSION_CODENAME=bookworm
IMAGE_SIZE=4
PACKAGE_DEPENDENCY="build-essential nodejs yarn"