gnugo: fix license
This commit is contained in:
parent
fffb3a3c03
commit
43494f8d90
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'gnugo'
|
||||
pkgname=gnugo
|
||||
version=3.8
|
||||
revision=1
|
||||
nocross=yes
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
short_desc="Free program that plays the game Go"
|
||||
maintainer="Brandon Wilson <x@wilsonb.com>"
|
||||
license="GPL-3"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://www.gnu.org/software/gnugo/"
|
||||
distfiles="${GNU_SITE}/gnugo/${pkgname}-${version}.tar.gz"
|
||||
checksum=da68d7a65f44dcf6ce6e4e630b6f6dd9897249d34425920bfdd4e07ff1866a72
|
||||
nocross=yes
|
||||
|
||||
CFLAGS="-fcommon"
|
||||
|
|
Loading…
Reference in New Issue