New method
This commit is contained in:
parent
590209a9ba
commit
8da4693b9f
28 changed files with 111 additions and 330 deletions
|
@ -1,3 +1,9 @@
|
|||
mautrix-whatsapp (0.6.1) UNRELEASED; urgency=medium
|
||||
|
||||
* First deb version
|
||||
|
||||
-- Thomas Legay <thomas@lgy.fr> Mon, 17 Jul 2022 21:08:37 +0200
|
||||
|
||||
mautrix-whatsapp (0.6.0) UNRELEASED; urgency=medium
|
||||
|
||||
* First deb version
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=0.6.0
|
||||
|
||||
[ -e ./lib/function.sh ] && source ./lib/function.sh
|
||||
|
||||
VERSION=0.6.1
|
||||
APP=mautrix-whatsapp
|
||||
DEPOT=https://github.com/mautrix/whatsapp.git
|
||||
DEPOT=https://github.com/mautrix/whatsapp.git
|
||||
GIT_VERSION=v${VERSION}
|
||||
DEBIAN_VERSION_CODENAME=bullseye
|
||||
IMAGE_SIZE=4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue