ispc: update to 1.9.0.
This commit is contained in:
parent
c2a19a3acd
commit
ac3757f95f
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ispc'
|
||||
pkgname=ispc
|
||||
version=1.8.2
|
||||
version=1.9.0
|
||||
revision=1
|
||||
only_for_archs="i686 x86_64"
|
||||
build_style=gnu-makefile
|
||||
|
@ -11,7 +11,8 @@ maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
|||
license="BSD"
|
||||
homepage="https://ispc.github.io"
|
||||
distfiles="https://github.com/ispc/ispc/archive/v${version}.tar.gz"
|
||||
checksum=d17ea68b7192d261a2830d6e00df656a73fbccd08a249433fcaf24a886902a9d
|
||||
checksum=b151e50f80754d81302f968c66cc7444c65010c20d1f83382b94c22491bb3971
|
||||
nopie=yes
|
||||
|
||||
do_install() {
|
||||
vbin ispc
|
||||
|
|
Loading…
Reference in New Issue