wok-next view linux/stuff/devtools/up-linux.sh @ rev 19742

Up alsaplayer and alsa-lib to v2.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jun 05 19:31:24 2017 +0000 (2017-06-05)
parents
children b53ebb2699ba
line source
1 #!/bin/sh
2 # up-linux: update versions of all the packages depending on the Linux version
4 . /lib/libtaz.sh
6 WOK=$(cd $(dirname $0) && pwd | sed 's/wok.*/wok/')
7 . $WOK/linux/receipt
9 action 'Update packages version to %s...' "$VERSION"
10 for i in $SPLIT $SIBLINGS; do
11 sed -i "s|^VERSION=.*$|VERSION=\"$VERSION\"|" $WOK/$i/receipt
12 done
13 status