lxqt.update.sh: update to version 0.14.0
This commit is contained in:
parent
96185ab3f0
commit
1fa2405cbd
@ -7,7 +7,7 @@ cd "$(dirname "${BASH_SOURCE[0]}")"
|
|||||||
root=../../..
|
root=../../..
|
||||||
export NIXPKGS_ALLOW_UNFREE=1
|
export NIXPKGS_ALLOW_UNFREE=1
|
||||||
|
|
||||||
lxqt_version=0.13.0
|
lxqt_version=0.14.0
|
||||||
lxqtrepo=https://downloads.lxqt.org/${lxqt_version}.html
|
lxqtrepo=https://downloads.lxqt.org/${lxqt_version}.html
|
||||||
|
|
||||||
version() {
|
version() {
|
||||||
@ -28,7 +28,7 @@ update_lxqt() {
|
|||||||
local pfile=$(EDITOR=echo nix edit -f. lxqt.$pname 2>/dev/null)
|
local pfile=$(EDITOR=echo nix edit -f. lxqt.$pname 2>/dev/null)
|
||||||
update-source-version lxqt.$pname "$pversion"
|
update-source-version lxqt.$pname "$pversion"
|
||||||
git add $pfile
|
git add $pfile
|
||||||
git commit -m "$pname: $pversionold -> $pversion"
|
git commit -m "lxqt.$pname: $pversionold -> $pversion"
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
echo
|
echo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user