mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
ispc: update to 1.9.0.
This commit is contained in:
parent
c2a19a3acd
commit
ac3757f95f
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ispc'
|
# Template file for 'ispc'
|
||||||
pkgname=ispc
|
pkgname=ispc
|
||||||
version=1.8.2
|
version=1.9.0
|
||||||
revision=1
|
revision=1
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
@ -11,7 +11,8 @@ maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="https://ispc.github.io"
|
homepage="https://ispc.github.io"
|
||||||
distfiles="https://github.com/ispc/ispc/archive/v${version}.tar.gz"
|
distfiles="https://github.com/ispc/ispc/archive/v${version}.tar.gz"
|
||||||
checksum=d17ea68b7192d261a2830d6e00df656a73fbccd08a249433fcaf24a886902a9d
|
checksum=b151e50f80754d81302f968c66cc7444c65010c20d1f83382b94c22491bb3971
|
||||||
|
nopie=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin ispc
|
vbin ispc
|
||||||
|
|
Loading…
Add table
Reference in a new issue