allegro5: update to 5.2.4.0.
This commit is contained in:
parent
a3f46c90ea
commit
25894508c3
2 changed files with 3 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'allegro5'
|
||||
pkgname=allegro5
|
||||
version=5.2.3.0
|
||||
version=5.2.4.0
|
||||
revision=1
|
||||
wrksrc="allegro-${version}"
|
||||
build_style=cmake
|
||||
|
@ -14,9 +14,9 @@ depends="libGL"
|
|||
short_desc="Portable library mainly aimed at video game and multimedia programming"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="Allegro License (MIT alike)"
|
||||
homepage="http://liballeg.org/"
|
||||
homepage="https://liballeg.org/"
|
||||
distfiles="https://github.com/liballeg/allegro5/releases/download/${version}/allegro-${version}.tar.gz"
|
||||
checksum=5a4d40601899492b697ad5cfdf11d8265fe554036a2c912c86a6e6d23001f905
|
||||
checksum=346163d456c5281c3b70271ecf525e1d7c754172aef4bab15803e012b12f2af1
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
pkgname=allegro
|
||||
site=http://download.gna.org/allegro/allegro
|
||||
pattern='\K[\d.]+(?=/)'
|
||||
|
|
Loading…
Reference in a new issue