gorm: rebuild for gnustep-base
Pulling a GitHub archive while ftp.gnustep.org is down; also, pulling the correct git commit hash since the GitHub doesn't properly tag releases.
This commit is contained in:
parent
6271d81b34
commit
f8505e8c25
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'gorm'
|
||||
pkgname=gorm
|
||||
version=1.2.28
|
||||
revision=1
|
||||
revision=2
|
||||
_gitrev=f97cfac1c8d30b8662cdec03e6f1340140b7e90f
|
||||
build_style=gnu-makefile
|
||||
make_use_env=yes
|
||||
hostmakedepends="gnustep-make"
|
||||
|
@ -10,5 +11,5 @@ short_desc="Graphical Object Relationship Modeller for GNUstep"
|
|||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://www.gnustep.org/experience/Gorm.html"
|
||||
distfiles="http://ftp.gnustep.org/pub/gnustep/dev-apps/gorm-${version}.tar.gz"
|
||||
checksum=8a4f377f57637e415b2fdd93e0945e3652f9c25f53205aa0cad0198ed1537c37
|
||||
distfiles="https://github.com/gnustep/apps-gorm/archive/${_gitrev}.tar.gz"
|
||||
checksum=e9577be68f003b6b6a22587837a3150c484c69fa5b2a31d2024d6ff1674f29dc
|
||||
|
|
Loading…
Reference in New Issue