Adding upstream version 2.0.24.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e508fcfeb9
commit
afb0a8fea7
118 changed files with 45084 additions and 0 deletions
7
distro/scripts/upstream-version.sh
Executable file
7
distro/scripts/upstream-version.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
# get latest upstream libnetconf2 version from github
|
||||
|
||||
RLS_URL=https://api.github.com/repos/CESNET/libnetconf2/releases
|
||||
VERSION=$(curl -s $RLS_URL | grep tag_name | cut -d '"' -f 4 | sort --version-sort | tail -n 1)
|
||||
VERSION=${VERSION#v}
|
||||
echo $VERSION
|
Loading…
Add table
Add a link
Reference in a new issue