mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'gorm'
|
# Template file for 'gorm'
|
||||||
pkgname=gorm
|
pkgname=gorm
|
||||||
version=1.2.28
|
version=1.2.28
|
||||||
revision=1
|
revision=2
|
||||||
|
_gitrev=f97cfac1c8d30b8662cdec03e6f1340140b7e90f
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
hostmakedepends="gnustep-make"
|
hostmakedepends="gnustep-make"
|
||||||
|
@ -10,5 +11,5 @@ short_desc="Graphical Object Relationship Modeller for GNUstep"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.gnustep.org/experience/Gorm.html"
|
homepage="http://www.gnustep.org/experience/Gorm.html"
|
||||||
distfiles="http://ftp.gnustep.org/pub/gnustep/dev-apps/gorm-${version}.tar.gz"
|
distfiles="https://github.com/gnustep/apps-gorm/archive/${_gitrev}.tar.gz"
|
||||||
checksum=8a4f377f57637e415b2fdd93e0945e3652f9c25f53205aa0cad0198ed1537c37
|
checksum=e9577be68f003b6b6a22587837a3150c484c69fa5b2a31d2024d6ff1674f29dc
|
||||||
|
|
Loading…
Add table
Reference in a new issue