diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-11-17 12:54:02 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-11-17 12:54:02 +0000 |
commit | 8c828fe92ef5cefeeec6349038c0ed83eb73cd36 (patch) | |
tree | 1f8a166e68cf3b7c0d04f5a0d22c10d961642b85 | |
parent | 47a35680334210994b289979207d54c049791e3e (diff) | |
download | transmission-remote-cli-8c828fe92ef5cefeeec6349038c0ed83eb73cd36.tar.gz |
Update debian/watch
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/watch | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 5089d23..c458445 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ transmission-remote-cli (1.4.5-1) UNRELEASED; urgency=low * New upstream release - Fix forwarding CLI args to transmission-remote + * Update debian/watch + - Github have changed their tarball download page. -- Jonathan McCrohan <jmccrohan@gmail.com> Sat, 17 Nov 2012 12:42:06 +0000 diff --git a/debian/watch b/debian/watch index 98a7045..722cad6 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -https://github.com/fagga/transmission-remote-cli/tags .*/tarball/v(\d[\d\.]+) +https://github.com/fagga/transmission-remote-cli/tags .*/v(\d[\d\.]+)\.tar\.gz |