diff options
author | psykose <alice@ayaya.dev> | 2022-06-23 05:24:10 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2022-06-23 07:24:24 +0200 |
commit | aa2348a57094eb9fd7c5a68957b7322bccefef36 (patch) | |
tree | ce7b6a49fd58aa78fbc1eef5b30284136037fa2e | |
parent | a301d75912f033382463618caf998f1606ec3d57 (diff) | |
download | aports-aa2348a57094eb9fd7c5a68957b7322bccefef36.tar.gz aports-aa2348a57094eb9fd7c5a68957b7322bccefef36.tar.bz2 aports-aa2348a57094eb9fd7c5a68957b7322bccefef36.tar.xz |
testing/limine: upgrade to 3.7.3
-rw-r--r-- | testing/limine/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/limine/APKBUILD b/testing/limine/APKBUILD index 486dc28f20..a3271d53d9 100644 --- a/testing/limine/APKBUILD +++ b/testing/limine/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: psykose <alice@ayaya.dev> pkgname=limine -pkgver=3.7.2 +pkgver=3.7.3 pkgrel=0 pkgdesc="Advanced multiprotocol x86/x86_64 BIOS/UEFI Bootloader" url="https://limine-bootloader.org" @@ -74,5 +74,5 @@ _64() { } sha512sums=" -5d41cada186b6b5aacab1e52c03dbb67119b2207cd044281750653fa56230d4005827c25754cd751955a12e5ec6435c17799e44fb50d782a9e700a32eaa45e6f limine-3.7.2.tar.xz +754a3418546ac7a3d8035ee286841f6ec16e09f09027ec06f65e9cfc5196a5d56cf2684ce98d53bc839e455d5553087fb63d9f7d0255a719ce93674d5bf0454c limine-3.7.3.tar.xz " |