diff options
author | Gennady Feldman <gena01@gmail.com> | 2017-08-09 07:36:23 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-08-25 23:38:51 +0000 |
commit | 92b64279e573eb24f99f4c5381ecd50a87866ca1 (patch) | |
tree | 6e3004f2c93f354e7994d6d0f40383902b22129a /testing | |
parent | 62697f601602c55677ca3de1d35d7521a0af02fe (diff) | |
download | aports-92b64279e573eb24f99f4c5381ecd50a87866ca1.tar.bz2 aports-92b64279e573eb24f99f4c5381ecd50a87866ca1.tar.xz |
Upgrade VirtualBox Additions to 5.1.26
community/virtualbox-guest-additions: Upgrade to 5.1.26
community/virtualbox-guest-modules-hardened: Upgrade to 5.1.26
testing/virtualbox-additions-hardened: Upgrade to 5.1.26
Diffstat (limited to 'testing')
-rw-r--r-- | testing/virtualbox-additions-hardened/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/virtualbox-additions-hardened/APKBUILD b/testing/virtualbox-additions-hardened/APKBUILD index 02bf490578..0927c52673 100644 --- a/testing/virtualbox-additions-hardened/APKBUILD +++ b/testing/virtualbox-additions-hardened/APKBUILD @@ -6,8 +6,8 @@ _kver=4.9.44 _kpkgrel=0 # when chaning _ver we *must* bump _mypkgrel -_ver=5.1.14 -_mypkgrel=0 +_ver=5.1.26 +_mypkgrel=1 _name=virtualbox-additions @@ -17,7 +17,7 @@ _abi_release=${_kver}-${_kpkgrel}-${_flavor} pkgname=${_name}-${_flavor} pkgver=$_kver pkgrel=$(($_kpkgrel + $_mypkgrel)) -pkgdesc="Virtual box addtions kernel modules for $_flavor" +pkgdesc="Virtual box additions kernel modules for $_flavor" arch="x86 x86_64" url='http://virtualbox.org' license="GPL custom" @@ -66,5 +66,5 @@ package() { done } -sha512sums="fad7c4d12a2afc1c112ee620fe748ecb0bacdcbf6db9d3c1375ac35f610dc017c8b0a62221b8401935ea7b266b2126191bf1c3fe96613b0a0bf779341df5d147 vbox-kernel-module-src-5.1.14.tar.xz +sha512sums="c77e0d8dfade2abac95162e7e7a424be4875e44d43bcf2a13e0e50caa69f5fd0d21c77f03bb2cd4cbd5df4ab31e9fbd49ecd9220a49af8cd10081b960e014010 vbox-kernel-module-src-5.1.26.tar.xz 9a9a982defed6d4453bc6d9388c3a71169bba85568cfd36d0d2588dda8e213a0d759c983a337a150d17c55bb6206e43738dfd2559fedeb85e132363936a48574 virtualbox-modules-4.1.4-pax-const.patch" |