summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreric2021-12-24 12:04:55 -0500
committereric2021-12-24 12:04:55 -0500
commit1d210fbf886a5c2291ca1cb098217d2258918ce9 (patch)
treec017feaa0a3b913104c120c5e64bb945d7b4ab3c
parentf41daedad293bb9ce06a739480b5aec5ad192505 (diff)
downloadaur-1d210fbf886a5c2291ca1cb098217d2258918ce9.tar.gz
version 0.8.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97537e19c887..46839d486440 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = picosnitch
pkgdesc = Protect your privacy, see which processes make remote network connections
- pkgver = 0.8.1
+ pkgver = 0.8.2
pkgrel = 1
url = https://elesiuta.github.io/picosnitch/
arch = any
@@ -10,7 +10,7 @@ pkgbase = picosnitch
depends = dbus-python
depends = python-psutil
depends = python-requests
- source = picosnitch-0.8.1.tar.gz::https://github.com/elesiuta/picosnitch/releases/download/v0.8.1/picosnitch.tar.gz
- sha256sums = 9a5708a92340f9f793036142f7c978fb0411e9c5c1b0b1e22690fc553195e3a7
+ source = picosnitch-0.8.2.tar.gz::https://github.com/elesiuta/picosnitch/releases/download/v0.8.2/picosnitch.tar.gz
+ sha256sums = 55d7ecd3bea847238d7ee37766175d2d0485319fbbc1ed20e8b267ed625ca80f
pkgname = picosnitch
diff --git a/PKGBUILD b/PKGBUILD
index c418edbe1196..8ef9d49fe9b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer : Eric Lesiuta <elesiuta@gmail.com>
pkgname=picosnitch
-pkgver=0.8.1
+pkgver=0.8.2
pkgrel=1
pkgdesc='Protect your privacy, see which processes make remote network connections'
arch=('any')
@@ -13,7 +13,7 @@ optdepends=()
provides=()
conflicts=()
source=("picosnitch-${pkgver}.tar.gz::https://github.com/elesiuta/picosnitch/releases/download/v${pkgver}/picosnitch.tar.gz")
-sha256sums=('9a5708a92340f9f793036142f7c978fb0411e9c5c1b0b1e22690fc553195e3a7')
+sha256sums=('55d7ecd3bea847238d7ee37766175d2d0485319fbbc1ed20e8b267ed625ca80f')
build() {
python setup.py build