Lines Matching +full:device +full:- +full:streams +full:- +full:2.2 +full:. +full:1 +full:. +full:lha
1 #!/bin/sh -e
4 githubdir=https://github.com/rvalles/device-streams
10 e.g.: "./update 2.2.1"
12 Assumes you are using an https capable ftp, and have lha installed from pkgsrc
14 exit 1
17 version=$1
20 srctar=device-streams-$version-src.tar.gz
21 ftp -o $srctar $githubdir/archive/refs/tags/$version.tar.gz
22 uuencode $srctar $srctar > $srctar.uue
25 exelha=device-streams-$version.lha
26 ftp -o $exelha $githubdir/releases/download/$version/device-streams.lha
27 uuencode $exelha $exelha > $exelha.uue
28 lha xf $exelha
30 uuencode devstreams/$exe $exe > $exe.uue
33 mv devstreams/README.md device-streams.README.md
40 echo "- Check Makefile for $srctar and $exelha"
41 echo "- Cvs add the new $srctar and $exelha and remove the old"