Update Regina-REXX
This commit is contained in:
parent
bacd3e852d
commit
3ba3ec0f8f
@ -12,16 +12,15 @@ let
|
||||
sourceInfo = rec {
|
||||
baseName="Regina-REXX";
|
||||
pname="regina-rexx";
|
||||
version="3.5";
|
||||
version = "3.8.2";
|
||||
name="${baseName}-${version}";
|
||||
url="mirror://sourceforge/${pname}/${pname}/${version}/${name}.tar.gz";
|
||||
hash="0gh0k6lbhfixs44adha7lxirl3a08jabdylzr6m7mh5q5fhzv5f8";
|
||||
};
|
||||
in
|
||||
rec {
|
||||
src = a.fetchurl {
|
||||
url = sourceInfo.url;
|
||||
sha256 = sourceInfo.hash;
|
||||
sha256 = "06vr6p9pqr5zzsxm1l9iwb2w9z8qkm971c2knh0vf5bbm6znjz35";
|
||||
};
|
||||
|
||||
inherit (sourceInfo) name version;
|
||||
@ -43,11 +42,8 @@ rec {
|
||||
platforms = with a.lib.platforms;
|
||||
linux;
|
||||
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
|
||||
|
||||
|
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…
Reference in New Issue
Block a user