From 3f87d3dcc41dc8930f10c63de533a865466c4fae Mon Sep 17 00:00:00 2001 From: Jan Pavlinec Date: Fri, 22 Jan 2021 16:19:27 +0100 Subject: [PATCH] ooniprobe: update to version 3.4.0 Signed-off-by: Jan Pavlinec --- net/ooniprobe/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/ooniprobe/Makefile b/net/ooniprobe/Makefile index 2f248d310..ac5c36683 100644 --- a/net/ooniprobe/Makefile +++ b/net/ooniprobe/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2020 CZ.NIC, z. s. p. o. (https://www.nic.cz/) +# Copyright (C) 2020-2021 CZ.NIC, z. s. p. o. (https://www.nic.cz/) # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ooniprobe -PKG_VERSION:=3.1.0 +PKG_VERSION:=3.4.0 PKG_RELEASE:=1 PKG_SOURCE:=probe-cli-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/ooni/probe-cli/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=daa3878737df32565192ea2010151183a45125ee1efced1bfeef21be1e9a54c9 +PKG_HASH:=e573cc6496860b75c02d35a1829c220c9c8062350f2178fce208698538bb3ced PKG_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=BSD-3-Clause