aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorOleg Titov <oleg.titov@gmail.com>2019-09-02 11:30:18 -0500
committerLeo <thinkabit.ukim@gmail.com>2019-09-02 14:05:57 -0300
commit854c539926a3bdd3d6ac2c5a5708e7e940884734 (patch)
treeac916051411c7b3a590c221951ea125d4c685c1f /testing
parente6bb5e23cdd5cc561afc062c94503eeea522433e (diff)
testing/mynewt-newt: upgrade to 1.7.0
- https://cwiki.apache.org/confluence/display/MYNEWT/RN-1.7.0 1.7.0 - Remove standard license file - Modernize
Diffstat (limited to 'testing')
-rw-r--r--testing/mynewt-newt/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/testing/mynewt-newt/APKBUILD b/testing/mynewt-newt/APKBUILD
index 81c076dd1b9..228b817a4ab 100644
--- a/testing/mynewt-newt/APKBUILD
+++ b/testing/mynewt-newt/APKBUILD
@@ -1,9 +1,9 @@
# Contributor: Oleg Titov <oleg.titov@gmail.com>
# Maintainer: Oleg Titov <oleg.titov@gmail.com>
pkgname=mynewt-newt
-pkgver=1.6.0
+pkgver=1.7.0
_ver=${pkgver//./_}_tag
-pkgrel=1
+pkgrel=0
pkgdesc="Apache Newt is a smart build and package management tool for Apache Mynewt Operating System"
url="https://mynewt.apache.org"
arch="x86_64 x86"
@@ -16,16 +16,13 @@ source="mynewt-newt-$pkgver.tar.gz::https://github.com/apache/mynewt-newt/archiv
builddir="$srcdir/mynewt-newt-mynewt_${_ver}"
build() {
- cd "$builddir"
./build.sh
}
package() {
- cd "$builddir"
install -Dm 755 newt/newt "${pkgdir}/usr/bin/newt"
- install -Dm 644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
install -Dm 644 -t "${pkgdir}/usr/share/doc/${pkgname}/" README.md
}
-sha512sums="37dd56b3aa7706931da6c858a757a8c5dc3058fec61b2bd394d411d3906c37706ce1df3daa124af388b725ead9478b9bd14143b881abd6ed1f0e0d0a16e2aba0 mynewt-newt-1.6.0.tar.gz"
+sha512sums="ea3ff490bf1322127a1c7c3b77a6f4289b94d66b7c7bf7ad8e5749ef0da73c7a3afdbf297e1f53a28da2e93f1f31ffa170a5433dc7dff36736a279f8d3e0b5f1 mynewt-newt-1.7.0.tar.gz"