update to 14.4.0

This commit is contained in:
Michael Erdely 2024-12-13 10:34:46 -05:00
parent bdae8058d7
commit 47ff7cc928
Signed by: mike
SSH key fingerprint: SHA256:ukbnfrRMaRYlBZXENtBTyO2jLnql5AA5m+SzZCfYQe0
2 changed files with 7 additions and 3 deletions

4
decode-config/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
decode-config-*.tar.gz
pkg
python-decode-config-*.pkg.tar.zst
src

View file

@ -7,8 +7,8 @@
_module="decode-config"
_pkgname="python-${_module//_/-}"
pkgname="$_pkgname"
pkgrel=2
pkgver=14.3.0
pkgrel=1
pkgver=14.4.0
pkgdesc="Backup/restore and decode configuration tool for Tasmota"
url="https://github.com/tasmota/decode-config"
arch=('any')
@ -31,7 +31,7 @@ makedepends=(
_pkgsrc="$_module-$pkgver"
_pkgext="tar.gz"
source=("$_pkgsrc.$_pkgext"::"$url/archive/refs/tags/v$pkgver.$_pkgext")
sha256sums=('f2ee716017ea11afaf50e5f26569ef6816d9b9ab8fb75b623abbc228d86481af')
sha256sums=('6e1a8a8571e11dd18a5a14f5363160077b1fc409763cdb7cfd5469e04cd7ecac')
build() {
cd "$_pkgsrc"