Update Regina-REXX
This commit is contained in:
parent
bacd3e852d
commit
3ba3ec0f8f
@ -12,16 +12,15 @@ let
|
|||||||
sourceInfo = rec {
|
sourceInfo = rec {
|
||||||
baseName="Regina-REXX";
|
baseName="Regina-REXX";
|
||||||
pname="regina-rexx";
|
pname="regina-rexx";
|
||||||
version="3.5";
|
version = "3.8.2";
|
||||||
name="${baseName}-${version}";
|
name="${baseName}-${version}";
|
||||||
url="mirror://sourceforge/${pname}/${pname}/${version}/${name}.tar.gz";
|
url="mirror://sourceforge/${pname}/${pname}/${version}/${name}.tar.gz";
|
||||||
hash="0gh0k6lbhfixs44adha7lxirl3a08jabdylzr6m7mh5q5fhzv5f8";
|
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
rec {
|
rec {
|
||||||
src = a.fetchurl {
|
src = a.fetchurl {
|
||||||
url = sourceInfo.url;
|
url = sourceInfo.url;
|
||||||
sha256 = sourceInfo.hash;
|
sha256 = "06vr6p9pqr5zzsxm1l9iwb2w9z8qkm971c2knh0vf5bbm6znjz35";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit (sourceInfo) name version;
|
inherit (sourceInfo) name version;
|
||||||
@ -43,11 +42,8 @@ rec {
|
|||||||
platforms = with a.lib.platforms;
|
platforms = with a.lib.platforms;
|
||||||
linux;
|
linux;
|
||||||
license = a.lib.licenses.lgpl2;
|
license = a.lib.licenses.lgpl2;
|
||||||
};
|
|
||||||
passthru = {
|
|
||||||
updateInfo = {
|
|
||||||
downloadPage = "http://sourceforge.net/projects/regina-rexx/files/regina-rexx/";
|
downloadPage = "http://sourceforge.net/projects/regina-rexx/files/regina-rexx/";
|
||||||
};
|
inherit version;
|
||||||
};
|
};
|
||||||
}) x
|
}) x
|
||||||
|
|
||||||
|
5
pkgs/development/interpreters/regina/default.upstream
Normal file
5
pkgs/development/interpreters/regina/default.upstream
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
url http://sourceforge.net/projects/regina-rexx/files/regina-rexx/
|
||||||
|
SF_version_dir
|
||||||
|
SF_version_tarball
|
||||||
|
SF_redirect
|
||||||
|
minimize_overwrite
|
Loading…
x
Reference in New Issue
Block a user