Browse Source

Merge pull request #14712 from ja-pa/ooniprobe-3.5.1

ooniprobe: update to version 3.5.1
lilik-openwrt-22.03
Josef Schlehofer 4 years ago
committed by GitHub
parent
commit
6f50e96f63
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions
  1. +2
    -2
      net/ooniprobe/Makefile
  2. +3
    -0
      net/ooniprobe/test.sh

+ 2
- 2
net/ooniprobe/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=ooniprobe PKG_NAME:=ooniprobe
PKG_VERSION:=3.4.0
PKG_VERSION:=3.5.1
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=probe-cli-$(PKG_VERSION).tar.gz PKG_SOURCE:=probe-cli-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/ooni/probe-cli/tar.gz/v$(PKG_VERSION)? 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 <jan.pavlinec@nic.cz> PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz>
PKG_LICENSE:=BSD-3-Clause PKG_LICENSE:=BSD-3-Clause


+ 3
- 0
net/ooniprobe/test.sh View File

@ -0,0 +1,3 @@
#!/bin/sh
ooniprobe version | grep "$2"

Loading…
Cancel
Save