diff --git a/depot.xml b/depot.xml index 0ae8dee..ad57488 100644 --- a/depot.xml +++ b/depot.xml @@ -7,7 +7,7 @@ GPL v2 +; see LICENSE.md thomas@kuschel.at https://kuschel.at - 0.9.35 + 0.9.15 COM_DEPOT_XML_DESCRIPTION KW4NZ\Component\Depot diff --git a/script/zipdepot b/script/zipdepot index 87f3dca..e7fe9b2 100755 --- a/script/zipdepot +++ b/script/zipdepot @@ -11,10 +11,10 @@ echo # (optional) move to a new line if [[ $REPLY =~ ^[YyJj]$ ]] then echo "Updating the version" - patch=`xmllint -xpath 'string(//*[local-name()="version"])' depot.xml | rev | cut -f1 -d. | rev` - echo "$patch" - patch=$((patch+1)) - echo "$patch" +# patch=`xmllint -xpath 'string(//*[local-name()="version"])' depot.xml | rev | cut -f1 -d. | rev` +# echo "$patch" +# patch=$((patch+1)) +# echo "$patch" version=`xmllint -xpath 'string(//*[local-name()="version"])' depot.xml` major=`echo "$version" | cut -f1 -d.` minor=`echo "$version" | cut -f2 -d.` @@ -24,14 +24,7 @@ then minor=$((minor)) newversion="$major.$minor.$patch" echo "$newversion" - -#xml=$(xmllint --shell depot.xml << EOF -#-xpath 'string(//*[local-name()="version"]' -#set 1.2.3 -#save - -#EOF -#) -xmllint --shell depot.xml << EOF + xmllint --shell depot.xml << EOF cd extension/version set $newversion save @@ -42,4 +35,3 @@ else fi mkdir -p zip zip -q -r zip/depot.zip * -x .git/\* -x script/\* -x zip/\* - diff --git a/zip/depot.zip b/zip/depot.zip index a8e305a..9046468 100644 --- a/zip/depot.zip +++ b/zip/depot.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5de270b6eb8ce29ce75e33fa5b3ccf3a4d21e795044209f9196da676bf83151f +oid sha256:1b34096abe3b792cb8f03a2439037f52a563e0db433dccc80c92e6bc4bc2c2cf size 88205