diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-20 12:09:55 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-20 12:09:55 -0400 |
commit | 3cc7d5fc37c14aad74ae710022567b73b7313ee6 (patch) | |
tree | 7d459aef89b9901beec6d0d3d8c529ba50bcb250 /Build | |
parent | c9d492c19fd712500792c717b444cb51a1fcd449 (diff) |
updated lib version
Diffstat (limited to 'Build')
-rw-r--r-- | Build/NullSoftInstaller.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/NullSoftInstaller.hs b/Build/NullSoftInstaller.hs index d460e675a..3f150bada 100644 --- a/Build/NullSoftInstaller.hs +++ b/Build/NullSoftInstaller.hs @@ -201,7 +201,6 @@ cygwinDlls = , "cyggcrypt-11.dll"
, "cyggpg-error-0.dll"
, "cygp11-kit-0.dll"
- , "cygtasn1-3.dll"
, "cygffi-6.dll"
, "cygbz2-1.dll"
, "cygreadline7.dll"
@@ -213,6 +212,7 @@ cygwinDlls = , "cyggmp-10.dll"
, "cygkrb5-3.dll"
, "cygnettle-4.dll"
+ , "cygtasn1-6.dll"
]
-- msysgit opens Program Files/Git/doc/git/html/git-annex.html
|