summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-01-27 08:01:22 +0100
committerMichel Zou2022-01-27 08:01:22 +0100
commita415756abed46904907009aa8ed60a143d945877 (patch)
tree81d874985509ccba7fe7edc6b1c89e6101fc84f9
parentdabf0412c6d8cb37a4304721d3f57c7f7b44b88f (diff)
downloadaur-mingw-w64-opencl-headers.tar.gz
2022.01.04
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c29bd42daa05..e6015966d91c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-opencl-headers
pkgdesc = OpenCL (Open Computing Language) header files (mingw-w64)
- pkgver = 2021.06.30
+ pkgver = 2022.01.04
pkgrel = 1
url = https://github.com/KhronosGroup/OpenCL-Headers
arch = any
@@ -10,7 +10,7 @@ pkgbase = mingw-w64-opencl-headers
options = !buildflags
options = staticlibs
options = !strip
- source = https://github.com/KhronosGroup/OpenCL-Headers/archive/v2021.06.30.tar.gz
- sha256sums = 6640d590c30d90f89351f5e3043ae6363feeb19ac5e64bc35f8cfa1a6cd5498e
+ source = https://github.com/KhronosGroup/OpenCL-Headers/archive/v2022.01.04.tar.gz
+ sha256sums = 6e716e2b13fc8d363b40a165ca75021b102f9328e2b38f8054d7db5884de29c9
pkgname = mingw-w64-opencl-headers
diff --git a/PKGBUILD b/PKGBUILD
index 1005951c9750..9bee1f4e3449 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-opencl-headers
-pkgver=2021.06.30
+pkgver=2022.01.04
pkgrel=1
pkgdesc="OpenCL (Open Computing Language) header files (mingw-w64)"
arch=(any)
@@ -9,7 +9,7 @@ license=('APACHE')
makedepends=(mingw-w64-cmake)
options=(!buildflags staticlibs !strip)
source=("https://github.com/KhronosGroup/OpenCL-Headers/archive/v${pkgver}.tar.gz")
-sha256sums=('6640d590c30d90f89351f5e3043ae6363feeb19ac5e64bc35f8cfa1a6cd5498e')
+sha256sums=('6e716e2b13fc8d363b40a165ca75021b102f9328e2b38f8054d7db5884de29c9')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"