- change the url and service file to the new location at

security.appspot.com/vsftpd

OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=20
This commit is contained in:
2011-09-22 11:33:04 +00:00
committed by Git OBS Bridge
parent 79e70eb1af
commit 3f0e2115fc
4 changed files with 14 additions and 7 deletions

View File

@@ -1,13 +1,12 @@
<?xml version="1.0" ?>
<services>
<service name="download_url">
<param name="protocol">ftp</param>
<param name="host">vsftpd.beasts.org</param>
<param name="path">/users/cevans/vsftpd-2.3.4.tar.gz</param>
<param name="protocol">https</param>
<param name="host">security.appspot.com</param>
<param name="path">/downloads/vsftpd-2.3.4.tar.gz</param>
</service>
<service name="verify_file">
<param name="file">_service:download_url:vsftpd-2.3.4.tar.gz</param>
<param name="verifier">sha256</param>
<param name="checksum">b466edf96437afa2b2bea6981d4ab8b0204b83ca0a2ac94bef6b62b42cc71a5a</param>
</service>
</services>
</services>