update version

This commit is contained in:
thomas 2022-10-30 07:44:48 +01:00
parent e0c4c37238
commit 51e86e6b36
4 changed files with 11 additions and 10 deletions

View file

@ -1,12 +1,13 @@
#!/bin/bash
APP=tt-rss-plugin-wallabag
VERSION=$(date +%Y%m.%d.%H%M)
GIT_VERSION=2.0.0
VERSION=2.0.1
GIT_VERSION=$VERSION
DEB_VERSION=$VERSION
DEBIAN_VERSION_CODENAME=bullseye
IMAGE_SIZE=1
DEPOT=https://github.com/joshp23/ttrss-to-wallabag-v2.git
#DEPOT=https://github.com/joshp23/ttrss-to-wallabag-v2.git
DEPOT=https://github.com/tomamplius/ttrss-to-wallabag-v2
STEP="base_package_upgrade get_git_source makedeb"