aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-30 00:02:55 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-30 00:23:07 -0300
commit4187bd540d5c4c04d250c244cb74dd65c104c07c (patch)
tree0d41dd16c7605e59bc959597e771487aff6c935e
parent5ef12dfd006a4be3bdad849f93d152f9c175d845 (diff)
downloadaports-4187bd540d5c4c04d250c244cb74dd65c104c07c.tar.bz2
aports-4187bd540d5c4c04d250c244cb74dd65c104c07c.tar.xz
testing/weston: upgrade to 6.0.1
-rw-r--r--testing/weston/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/weston/APKBUILD b/testing/weston/APKBUILD
index f8cbf3a753..659655302b 100644
--- a/testing/weston/APKBUILD
+++ b/testing/weston/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
pkgname=weston
-pkgver=6.0.0
-pkgrel=1
+pkgver=6.0.1
+pkgrel=0
_libname=lib$pkgname
_libdir=$_libname-${pkgver%%.*}
pkgdesc="The reference Wayland server"
@@ -117,10 +117,10 @@ _sub() {
pkgdesc="Weston client: $name"
;;
esac
- mkdir -p "$subpkgdir"/$path || return 1
+ mkdir -p "$subpkgdir"/$path
mv "$pkgdir"/$path/$name "$subpkgdir"/$path
}
-sha512sums="127ab64b689f202acca4d9461e4decfd42357e4bbb63493af257b3b20b693a8ab4207b3c6b97663cefeed200505aad5f32b6a064db2e53fa1e201877613b394f weston-6.0.0.tar.xz
+sha512sums="3da04ff9b884480ce0824950347185e55584e3938021fe62014423d3d51577eafdda8de650a5de6eb37a842130c9cb14c7a952a560f6be93ff973164363af3d9 weston-6.0.1.tar.xz
3e596af4bf0a6b06a5d28376043db111fe1c161ead04501fa6d2c667b5a21889cca3354d1bdc4ac794841bef68ed5e1a7a84e44e7d510e947e3673195706caed timespec.patch
3f742a29075fd447995cdda283d12655910925811b22a28fc279bcc7cf5c7c1a888cd391bec42d934b3bad24578504c642882100f15647178f6f6f89a8405916 weston-launch-custom-error-function.patch"