updated ppa_upload.sh to 0.6.4

This commit is contained in:
csoler 2018-02-25 11:46:18 +01:00
parent 5c029c5f7c
commit f9896a0855
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -1,4 +1,4 @@
#!/bin/sh
for i in `ls retroshare_0.6.3-1.*.changes` ; do
for i in `ls retroshare_0.6.4-1.*.changes` ; do
dput ppa:retroshare/unstable $i
done