summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorml2021-04-07 00:29:04 +0200
committerml2021-04-07 00:29:04 +0200
commit9c80aaf6b156e72c90c7282f665c6cfd956cd3dd (patch)
treee3367d1876f1210b4ef44bfc71828620b03d3780 /PKGBUILD
parenta9f178841533c35b68b61353035d651ba82b9bc1 (diff)
downloadaur-9c80aaf6b156e72c90c7282f665c6cfd956cd3dd.tar.gz
updpkg: ooniprobe-cli 3.9.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1189a3593d7a..62e356b5455d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ml <>
_pkgname=probe-cli
pkgname=ooniprobe-cli
-pkgver=3.9.0
+pkgver=3.9.1
pkgrel=1
pkgdesc='Next generation OONI Probe CLI'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('BSD')
depends=('glibc')
makedepends=('go')
source=("https://github.com/ooni/probe-cli/archive/v$pkgver/$_pkgname-$pkgver.tar.gz")
-sha256sums=('92dc714472c473352d750d558962734a42894d67407e755f94fed8d099cc8504')
+sha256sums=('c49ef4bbad0ce1b41add7af76bbf9345d8a47012314f1635995eea1eb3add139')
build() {
cd "$_pkgname-$pkgver"