Fix flame package

upgrade version of adguardhome element-web mautrix-whatsapp
use new debian packaging process for mautrix-whatsapp
This commit is contained in:
thomas 2022-04-19 01:23:36 +02:00
parent 8817ddba0a
commit 6148b1fa75
17 changed files with 32 additions and 91 deletions

View file

@ -1,14 +1,13 @@
#!/bin/bash
VERSION=0.108.0-b.5
RELEASE=1
VERSION=0.108.0-b.6
[ -e ./lib/function.sh ] && source ./lib/function.sh
APP=adguardhome
DEPOT=https://github.com/AdguardTeam/AdGuardHome.git
GIT_VERSION=v${VERSION}
DEB_VERSION=${VERSION}-${RELEASE}
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
DEBIAN_VERSION_CODENAME=bullseye
IMAGE_SIZE=4
STEP="envinit prebuild build makedeb"