summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bolton2022-02-15 12:14:29 -1000
committerBrian Bolton2022-02-15 12:14:29 -1000
commitfe034cc9b51cbf65698feecb5c2aa7dab76e3b3c (patch)
tree46a92c8b7172fd7e5695a98b8c7e6c3753ded93b
parent28cfebfa29de441118958cc8371884f9afe530b5 (diff)
downloadaur-fe034cc9b51cbf65698feecb5c2aa7dab76e3b3c.tar.gz
v0.7.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53892116bcd5..d0a13a31b51c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = opencore-efi
pkgdesc = OpenCore bootloader to provide supplemental functionality for Apple-specific UEFI drivers
- pkgver = 0.7.5
+ pkgver = 0.7.8
pkgrel = 1
url = https://github.com/acidanthera/OpenCorePkg
arch = x86_64
license = BSD
- source = https://github.com/acidanthera/OpenCorePkg/releases/download/0.7.5/OpenCore-0.7.5-RELEASE.zip
- sha256sums = 57480902cc78120fb2c09ba7dda3730862bd59924e9b227933186195e51e148f
+ source = https://github.com/acidanthera/OpenCorePkg/releases/download/0.7.8/OpenCore-0.7.8-RELEASE.zip
+ sha256sums = a2aade60056d5001bba7503cc74fd9cedb2ea4a3d8a80bd4909b9cd25353599d
pkgname = opencore-efi
diff --git a/PKGBUILD b/PKGBUILD
index e239a7ff4e66..9c08a506ead1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=opencore-efi
-pkgver=0.7.5
+pkgver=0.7.8
pkgrel=1
_mode='RELEASE'
# _mode='DEBUG'
@@ -8,7 +8,7 @@ url='https://github.com/acidanthera/OpenCorePkg'
arch=('x86_64' 'i686')
license=('BSD')
source=("https://github.com/acidanthera/OpenCorePkg/releases/download/$pkgver/OpenCore-$pkgver-$_mode.zip")
-sha256sums=('57480902cc78120fb2c09ba7dda3730862bd59924e9b227933186195e51e148f')
+sha256sums=('a2aade60056d5001bba7503cc74fd9cedb2ea4a3d8a80bd4909b9cd25353599d')
package(){
MACHINE_TYPE=`uname -m`