Merge pull request #57281 from r-ryantm/auto-update/liblcf

{easyrpg-player,liblcf}: 0.5.4 -> 0.6.0
This commit is contained in:
Renaud 2019-05-05 20:14:48 +02:00 committed by GitHub
commit 299cb17f39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "liblcf-${version}";
version = "0.5.4";
version = "0.6.0";
src = fetchFromGitHub {
owner = "EasyRPG";
repo = "liblcf";
rev = version;
sha256 = "1842hns0rbjncrhwjj7fzg9b3n47adn5jp4dg2zz34gfah3q4ig8";
sha256 = "1nhwwb32c3x0y82s0w93k0xz8h6xsd0sb4r1a0my8fd8p5rsnwbi";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
name = "easyrpg-player-${version}";
version = "0.5.4";
version = "0.6.0";
src = fetchFromGitHub {
owner = "EasyRPG";
repo = "Player";
rev = version;
sha256 = "1k1b5ws48h1ylarbcfsxyvajl0fdzmi3db8y3m8iq4fg3f0yslg8";
sha256 = "0b0c4wwqldjf37sf7zldnbgvfmyqcvpjvhs949gb3r8i5cffzm58";
};
nativeBuildInputs = [ cmake doxygen pkgconfig ];
@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "RPG Maker 2000/2003 and EasyRPG games interpreter";
homepage = https://easyrpg.org/;
homepage = "https://easyrpg.org/";
license = licenses.gpl3;
maintainers = with maintainers; [ yegortimoshenko ];
platforms = platforms.linux;