mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
factor: update to 0.99.
This commit is contained in:
parent
f14e8dc2e3
commit
03d6af8d39
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'factor'
|
# Template file for 'factor'
|
||||||
pkgname=factor
|
pkgname=factor
|
||||||
version=0.98
|
version=0.99
|
||||||
revision=1
|
revision=1
|
||||||
archs="i686 x86_64"
|
archs="i686 x86_64"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="unzip pkg-config"
|
hostmakedepends="unzip pkg-config"
|
||||||
makedepends="gtk+-devel gtkglext-devel"
|
makedepends="gtk+-devel gtkglext-devel"
|
||||||
depends="gtk+-devel gtkglext-devel"
|
depends="gtk+-devel gtkglext-devel"
|
||||||
nostrip_files="a.elf"
|
|
||||||
short_desc="Concatenative programming language, similar to Forth"
|
short_desc="Concatenative programming language, similar to Forth"
|
||||||
maintainer="B. Wilson <x@wilsonb.com>"
|
maintainer="B. Wilson <x@wilsonb.com>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="http://factorcode.org/"
|
homepage="https://factorcode.org/"
|
||||||
distfiles="http://downloads.factorcode.org/releases/${version}/factor-src-${version}.zip"
|
distfiles="https://downloads.factorcode.org/releases/${version}/factor-src-${version}.zip"
|
||||||
checksum=318fb8cdf84528fce17a83f7e9d76e55292ccc779c71d180d99a6465574d3706
|
checksum=f5626bb3119bd77de9ac3392fdbe188bffc26557fab3ea34f7ca21e372a8443e
|
||||||
|
nostrip_files="a.elf"
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
image=''
|
image=''
|
||||||
|
|
Loading…
Add table
Reference in a new issue