diff --git a/README.md b/README.md index f1c7540..294b9e3 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,9 @@ Build debs: ```sh git clone https://github.com/Gregy/znapzend-debian.git cd znapzend-debian -wget https://github.com/oetiker/znapzend/releases/download/v0.15.7/znapzend-0.15.7.tar.gz -O znapzend_0.15.7.orig.tar.gz -tar xf znapzend_0.15.7.orig.tar.gz -cp -r debian/ znapzend-0.15.7 -cd znapzend-0.15.7 +git clone -b v0.16.0 https://github.com/oetiker/znapzend +cp -r debian/ znapzend +cd znapzend debuild -us -uc ``` diff --git a/debian/changelog b/debian/changelog index 0c867f0..52d4f97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +znapzend (0.16.0-1) UNRELEASED; urgency=medium + + * Release v0.16.0 + + -- morph027 Sat, 03 Dec 2016 17:00:00 +0200 + znapzend (0.15.7-1) UNRELEASED; urgency=medium * Initial release.