summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMonson Shao2020-08-07 14:01:35 +0800
committerMonson Shao2020-08-07 14:01:35 +0800
commit6f62e4953cfcec2de70c52bd3decbd2991160bf2 (patch)
tree38cc217475f823b441f29507200ec5089d752af6 /PKGBUILD
parentb4855aa1c2c44d75ba812946962b2386f03731d9 (diff)
downloadaur-6f62e4953cfcec2de70c52bd3decbd2991160bf2.tar.gz
update to 0.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6eefe204849..294a78992dc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,14 @@
pkgname=opencore-efi
-pkgver=0.5.9
+pkgver=0.6.0
pkgrel=1
+_mode='RELEASE'
+# _mode='DEBUG'
pkgdesc='OpenCore bootloader to provide supplemental functionality for Apple-specific UEFI drivers'
url='https://github.com/acidanthera/OpenCorePkg'
arch=('x86_64')
license=('BSD')
-source=("https://github.com/acidanthera/OpenCorePkg/releases/download/$pkgver/OpenCore-$pkgver-RELEASE.zip")
-sha256sums=('54781875a7620efd32cc334a117984e8755b0e55565f9a65bb79f424fc758289')
+source=("https://github.com/acidanthera/OpenCorePkg/releases/download/$pkgver/OpenCore-$pkgver-$_mode.zip")
+sha256sums=('ca00d9113f67b55e86f1e39513dadf9b27312598ef20ca401bfb048572ea5def')
package(){
install -d "$pkgdir/boot/EFI"