summary refs log tree commit diff
path: root/pkgs/tools/archivers/unshield
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* unshield: 1.4.2 -> 1.4.3R. RyanTM2018-11-08
| | | | | | | 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
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * 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
* unshield: 1.3 -> 1.4.2ndowens2017-03-06
|
* unshield: 0.7pre3955 -> 1.3Nikolay Amiantov2016-04-13
|
* unshield, use latest svn versionRob Vermaas2011-01-30
| | | | svn path=/nixpkgs/trunk/; revision=25725
* update to 0.6Armijn Hemel2010-05-17
| | | | svn path=/nixpkgs/trunk/; revision=21822
* 0.5 -> 0.5.1Armijn Hemel2008-09-13
| | | | svn path=/nixpkgs/trunk/; revision=12859
* * Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra2007-08-27
| | | | | | 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
* * Added unshield, a program for unpacking InstallShield CAB filesEelco Dolstra2007-05-28
(which are different from Windows Installer CAB files). svn path=/nixpkgs/trunk/; revision=8797