mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
ruby-ffi: fix homepage=
This commit is contained in:
parent
f8738b4398
commit
b94dc71e3f
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ruby-ffi'
|
# Template file for 'ruby-ffi'
|
||||||
pkgname=ruby-ffi
|
pkgname=ruby-ffi
|
||||||
version=1.10.0
|
version=1.10.0
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="ffi-${version}"
|
wrksrc="ffi-${version}"
|
||||||
build_style=gemspec
|
build_style=gemspec
|
||||||
hostmakedepends="libffi-devel"
|
hostmakedepends="libffi-devel"
|
||||||
|
@ -9,7 +9,7 @@ makedepends="libffi-devel"
|
||||||
short_desc="Ruby FFI library"
|
short_desc="Ruby FFI library"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://wiki.github.com/ffi/ffi"
|
homepage="https://github.com/ffi/ffi/wiki"
|
||||||
distfiles="https://rubygems.org/downloads/ffi-${version}.gem"
|
distfiles="https://rubygems.org/downloads/ffi-${version}.gem"
|
||||||
checksum=17001940b28a961c94251a39f0ae00b32c2d0850479b5978c971759591fc1749
|
checksum=17001940b28a961c94251a39f0ae00b32c2d0850479b5978c971759591fc1749
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue