saltstack / salt-winrepo

Salt Windows Software Package Manager Repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Putty URL needs updating.

calebcase opened this issue · comments

Just needs to avoid using 'latest' in the URL since that can change over time. This should be more stable:

diff --git a/putty.sls b/putty.sls
index 742e1ad..9967af0 100644
--- a/putty.sls
+++ b/putty.sls
@@ -1,6 +1,6 @@
 putty:
   0.62:
-    installer: 'http://the.earth.li/~sgtatham/putty/latest/x86/putty-0.62-installer.exe'
+    installer: 'http://the.earth.li/~sgtatham/putty/0.62/x86/putty-0.62-installer.exe'
     full_name:  'PuTTY version 0.62'
     reboot: False
     install_flags: '/sp- /verysilent'

Would you like to send this as a pull request? Or would you rather I do that?

Sorry, I should have done that in first place!

This can be closed. It is done and merged. ping @UtahDave

PR #42 commit e45e8e9 fixed this and it can be closed.