diff options
| author | David Lamparter <equinox@diac24.net> | 2018-10-25 18:22:14 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2019-02-19 21:30:52 +0100 |
| commit | 9eb5f620a3c517775b00365ce0943ef05bee4a50 (patch) | |
| tree | ced5e829e1fac5e79e37ff4d5c7e7143664dacd7 | |
| parent | 2dacd93a4bfba316d2d305b8b03195db7657e6ff (diff) | |
debianpkg: add watch file
Signed-off-by: David Lamparter <equinox@diac24.net>
| -rw-r--r-- | debianpkg/subdir.am | 1 | ||||
| -rw-r--r-- | debianpkg/watch | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debianpkg/subdir.am b/debianpkg/subdir.am index 002ae0ebfd..1eba9156f3 100644 --- a/debianpkg/subdir.am +++ b/debianpkg/subdir.am @@ -14,6 +14,7 @@ EXTRA_DIST += \ debianpkg/tests/control \ debianpkg/tests/daemons \ debianpkg/watchfrr.rc \ + debianpkg/watch \ \ debianpkg/frr-doc.docs \ debianpkg/frr-doc.info \ diff --git a/debianpkg/watch b/debianpkg/watch new file mode 100644 index 0000000000..c286392d7e --- /dev/null +++ b/debianpkg/watch @@ -0,0 +1,4 @@ +version=4 + +https://github.com/FRRouting/frr/releases/ \ + download/frr-(?:\d[\d.]*)/frr-(\d[\d.]*)\.tar\.xz debian uupdate |
