Update joplin element-web
This commit is contained in:
parent
2a9c2a933d
commit
79cee1b8e1
2 changed files with 26 additions and 22 deletions
|
@ -1,14 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=1.10.8
|
||||
RELEASE=1
|
||||
VERSION=1.10.9
|
||||
|
||||
[ -e ./lib/function.sh ] && source ./lib/function.sh
|
||||
|
||||
APP=element-web
|
||||
DEPOT=https://github.com/vector-im/element-web.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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue