summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/archivers/unshield
AgeCommit message (Collapse)Author
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-11-08unshield: 1.4.2 -> 1.4.3R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/unshield/versions
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-03-06unshield: 1.3 -> 1.4.2ndowens
2016-04-13unshield: 0.7pre3955 -> 1.3Nikolay Amiantov
2011-01-30unshield, use latest svn versionRob Vermaas
svn path=/nixpkgs/trunk/; revision=25725
2010-05-17update to 0.6Armijn Hemel
svn path=/nixpkgs/trunk/; revision=21822
2008-09-130.5 -> 0.5.1Armijn Hemel
svn path=/nixpkgs/trunk/; revision=12859
2007-08-27* Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
2007-05-28* Added unshield, a program for unpacking InstallShield CAB filesEelco Dolstra
(which are different from Windows Installer CAB files). svn path=/nixpkgs/trunk/; revision=8797