STLover: bump version

This commit is contained in:
Gerasim Troeglazov
2020-12-04 15:39:55 +10:00
parent 98e90debfc
commit e86bced73c

View File

@@ -5,7 +5,7 @@ COPYRIGHT="2020 Gerasim Troeglazov"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://github.com/threedeyes/STLover/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="bdbacc56fda07ec112784b97d3fcb18208bc798d90bf27b59d7c0a53af8cfd5f"
CHECKSUM_SHA256="a2c875a8bb2acd8fcc8eac6b5548a3b55fe820b75082ddfa7773cc63b8a2c074"
SOURCE_DIR="STLover-$portVersion"
ARCHITECTURES="!x86_gcc2 x86_64"
@@ -38,11 +38,11 @@ BUILD_PREREQUIRES="
BUILD()
{
make
make bindcatalogs
}
INSTALL()
{
mkdir -p $appsDir
make TARGET_DIR=$appsDir
make install INSTALL_DIR=$appsDir
addAppDeskbarSymlink $appsDir/STLover
}