update version

This commit is contained in:
thomas 2023-01-30 11:00:48 +01:00
parent d71fcdf702
commit e3b1112be7
11 changed files with 15 additions and 14 deletions

View file

@ -2,8 +2,8 @@
APP=tt-rss-plugin-wallabag
VERSION=2.0.2
GIT_VERSION=$VERSION
DEB_VERSION=$VERSION
GIT_VERSION=last
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
DEBIAN_VERSION_CODENAME=bullseye
IMAGE_SIZE=1
#DEPOT=https://github.com/joshp23/ttrss-to-wallabag-v2.git
@ -12,6 +12,7 @@ DEPOT=https://github.com/tomamplius/ttrss-to-wallabag-v2
main(){
base_package_upgrade
get_git_source
sed 's/plugins.local/plugins/' /tmp/${APP}/wallabag_v2/init.php
makedeb
}