diff mbox series

[2/2] package/unbound: bump version to 1.11.0

Message ID 20200801003851.3739-1-stefan@ott.net
State Accepted
Headers show
Series None | expand

Commit Message

Stefan Ott Aug. 1, 2020, 12:38 a.m. UTC
Signed-off-by: Stefan Ott <stefan@ott.net>
---
 package/unbound/unbound.hash | 2 +-
 package/unbound/unbound.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Korsgaard Aug. 3, 2020, 4:43 p.m. UTC | #1
>>>>> "Stefan" == Stefan Ott <stefan@ott.net> writes:

 > Signed-off-by: Stefan Ott <stefan@ott.net>

This is marked as 2/2, but I don't see a 1/2?

Committed, thanks.
Stefan Ott Aug. 3, 2020, 5:17 p.m. UTC | #2
On Mon, Aug 03, 2020 at 06:43:48PM +0200, Peter Korsgaard wrote:
> 
> Committed, thanks.

Thank you.

> This is marked as 2/2, but I don't see a 1/2?

Yes, there was a bit of confusion when I generated the patch and I
failed to update the subject before the message was sent, sorry about
that.
diff mbox series

Patch

diff --git a/package/unbound/unbound.hash b/package/unbound/unbound.hash
index 52d78e1678..650120d40e 100644
--- a/package/unbound/unbound.hash
+++ b/package/unbound/unbound.hash
@@ -1,3 +1,3 @@ 
 # Locally calculated
-sha256 b73677c21a71cf92f15cc8cfe76a3d875e40f65b6150081c39620b286582d536  unbound-1.10.1.tar.gz
+sha256 9f2f0798f76eb8f30feaeda7e442ceed479bc54db0e3ac19c052d68685e51ef7  unbound-1.11.0.tar.gz
 sha256 8eb9a16cbfb8703090bbfa3a2028fd46bb351509a2f90dc1001e51fbe6fd45db  LICENSE
diff --git a/package/unbound/unbound.mk b/package/unbound/unbound.mk
index 0917db1def..6cf852ad9d 100644
--- a/package/unbound/unbound.mk
+++ b/package/unbound/unbound.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-UNBOUND_VERSION = 1.10.1
+UNBOUND_VERSION = 1.11.0
 UNBOUND_SITE = https://www.unbound.net/downloads
 UNBOUND_DEPENDENCIES = host-pkgconf expat libevent openssl
 UNBOUND_LICENSE = BSD-3-Clause