diff options
author | zxp19821005 | 2024-10-14 10:40:16 +0800 |
---|---|---|
committer | zxp19821005 | 2024-10-14 10:40:16 +0800 |
commit | bb6bcea5581d28a8b6dd84b009e610947d339728 (patch) | |
tree | edc03958446f2e305ea004619ec54480a1bc9ddf | |
parent | ba5a058372ad04c9a45e2ec5b2822768d57aad9b (diff) | |
download | aur-bb6bcea5581d28a8b6dd84b009e610947d339728.tar.gz |
update to 20240004
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = ocat-bin pkgdesc = OpenCore Auxiliary Tools is a GUI-based Configurator for editing config.plist files for Acidanthera's OpenCore Boot Manager.Prebuilt version. - pkgver = 20240003 + pkgver = 20240004 pkgrel = 1 url = https://github.com/ic005k/OCAuxiliaryTools arch = x86_64 @@ -12,14 +12,14 @@ pkgbase = ocat-bin depends = libx11 depends = libxcb depends = libglvnd - provides = ocat=20240003 + provides = ocat=20240004 conflicts = ocat options = !emptydirs options = !strip - source = ocat-20240003.AppImage::https://github.com/ic005k/OCAuxiliaryTools/releases/download/20240003/OCAT-Linux-x86_64.AppImage - source = LICENSE-20240003::https://raw.githubusercontent.com/ic005k/OCAuxiliaryTools/20240003/LICENSE + source = ocat-20240004.AppImage::https://github.com/ic005k/OCAuxiliaryTools/releases/download/20240004/OCAT-Linux-x86_64.AppImage + source = LICENSE-20240004::https://raw.githubusercontent.com/ic005k/OCAuxiliaryTools/20240004/LICENSE source = ocat.sh - sha256sums = e882cf0aae77ed35302a0ef76f6a02785f8cfc96db0e9c025008fbbe092a326b + sha256sums = 68fef6628ed4c50fabdb9dd1200e93e7ee63dd956a1eb5306f09e1067980e811 sha256sums = 3515a1c9e2ce8df51e80f0a03a0ffca92430c7dca6989ff20b16031d676a652b sha256sums = bafc8570aa7f973b5a662e2d2fa23d8d2fd291fa5d3f0265cbfeaf8e2d82ed76 @@ -2,7 +2,7 @@ pkgname=ocat-bin _appname=OCAT _pkgname=OCAuxiliaryTools -pkgver=20240003 +pkgver=20240004 pkgrel=1 pkgdesc="OpenCore Auxiliary Tools is a GUI-based Configurator for editing config.plist files for Acidanthera's OpenCore Boot Manager.Prebuilt version." arch=("x86_64") @@ -30,7 +30,7 @@ source=( "LICENSE-${pkgver}::https://raw.githubusercontent.com/ic005k/OCAuxiliaryTools/${pkgver}/LICENSE" "${pkgname%-bin}.sh" ) -sha256sums=('e882cf0aae77ed35302a0ef76f6a02785f8cfc96db0e9c025008fbbe092a326b' +sha256sums=('68fef6628ed4c50fabdb9dd1200e93e7ee63dd956a1eb5306f09e1067980e811' '3515a1c9e2ce8df51e80f0a03a0ffca92430c7dca6989ff20b16031d676a652b' 'bafc8570aa7f973b5a662e2d2fa23d8d2fd291fa5d3f0265cbfeaf8e2d82ed76') build() { |