mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
ocl-icd: extract update_* to external update file
This commit is contained in:
parent
4d77f1e640
commit
4fe3a718fa
2 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,6 @@ short_desc="Generic OpenCL ICD loader/demultiplexer"
|
||||||
maintainer="John Galt <johngaltfirstrun@gmail.com>"
|
maintainer="John Galt <johngaltfirstrun@gmail.com>"
|
||||||
homepage="https://forge.imag.fr/projects/ocl-icd/"
|
homepage="https://forge.imag.fr/projects/ocl-icd/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
update_pattern=$pkgname' \K[\d.]+'
|
|
||||||
distfiles="https://forge.imag.fr/frs/download.php/598/ocl-icd-${version}.tar.gz"
|
distfiles="https://forge.imag.fr/frs/download.php/598/ocl-icd-${version}.tar.gz"
|
||||||
checksum=93a5ac3b23fb10731cc9e6406a58f7a21825562877787ed08c3a41f08b504d0c
|
checksum=93a5ac3b23fb10731cc9e6406a58f7a21825562877787ed08c3a41f08b504d0c
|
||||||
|
|
||||||
|
|
1
srcpkgs/ocl-icd/update
Normal file
1
srcpkgs/ocl-icd/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pattern=$pkgname' \K[\d.]+'
|
Loading…
Add table
Reference in a new issue