ooniprobe: update to version 3.5.1
authorJan Pavlinec <[email protected]>
Tue, 9 Feb 2021 14:49:18 +0000 (15:49 +0100)
committerJan Pavlinec <[email protected]>
Thu, 11 Feb 2021 11:01:38 +0000 (12:01 +0100)
Changes:
Add test script

Signed-off-by: Jan Pavlinec <[email protected]>
net/ooniprobe/Makefile
net/ooniprobe/test.sh [new file with mode: 0644]

index ac5c36683b140fe11789412a215affeadf205683..acea965f9cf8fea4177c0b93b4e4462b7c2b3a75 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ooniprobe
-PKG_VERSION:=3.4.0
+PKG_VERSION:=3.5.1
 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:=e573cc6496860b75c02d35a1829c220c9c8062350f2178fce208698538bb3ced
+PKG_HASH:=8278f9318ef939c46169dc44e89bbc03915c660912e66be9c4b20d18d00816fe
 
 PKG_MAINTAINER:=Jan Pavlinec <[email protected]>
 PKG_LICENSE:=BSD-3-Clause
diff --git a/net/ooniprobe/test.sh b/net/ooniprobe/test.sh
new file mode 100644 (file)
index 0000000..9ecab82
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+ooniprobe version | grep "$2"