gis/opencpn-plugin-oesenc: Updated for version 4.0.10.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
M.Dinslage 2020-06-13 05:47:56 +01:00 committed by Willy Sudiarto Raharjo
parent 60e4bf35a2
commit d779d775b3
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=opencpn-plugin-oesenc
VERSION=${VERSION:-4.0.0}
VERSION=${VERSION:-4.0.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -98,7 +98,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a Notes README $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="opencpn-plugin-oesenc"
VERSION="4.0.0"
VERSION="4.0.10"
HOMEPAGE="https://opencpn.org/OpenCPN/plugins/oesenc.html"
DOWNLOAD="https://github.com/bdbcat/oesenc_pi/archive/v4.0.0/oesenc_pi-4.0.0.tar.gz"
MD5SUM="20b7073eb235a318d09bbb98330e04b7"
DOWNLOAD="https://github.com/bdbcat/oesenc_pi/archive/v4.0.10/oesenc_pi-4.0.10.tar.gz"
MD5SUM="bfd9b8a1a1661990e95ee73bf86e6bd0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="opencpn"