diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2013-06-03 22:50:00 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2013-06-03 22:50:00 -0400 |
commit | 76377687dd84d8e9ef4cc5788bd5b594c1c966ed (patch) | |
tree | d76d9059e3248ce96a022bb23dc758cb0c9d650a /ipsutils.ips | |
parent | 0dbdfbcccd74f9c61bcfcef5cd3b0800959c9620 (diff) | |
download | ipsutils-76377687dd84d8e9ef4cc5788bd5b594c1c966ed.tar.gz |
Keyword variable expansion implemented
Diffstat (limited to 'ipsutils.ips')
-rw-r--r-- | ipsutils.ips | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ipsutils.ips b/ipsutils.ips index 4bd9a39..ca3bfbf 100644 --- a/ipsutils.ips +++ b/ipsutils.ips @@ -2,8 +2,8 @@ name: ipsutils version: 0.4.0 release: 1 maintainer: "Joseph Hunkeler <jhunk@stsci.edu>" -upstream_url: http://localhost/ipsutils-0.4.0.tar.gz -source_url: http://localhost/ipsutils-0.4.0.tar.gz +upstream_url: http://localhost/$name-$version.tar.gz +source_url: http://localhost/$name-$version.tar.gz description: "Python IPS library" summary: "A python based IPS library" group: developer |