summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreric2021-12-21 12:55:55 -0500
committereric2021-12-21 12:55:55 -0500
commitc12bc8d534ea122bef27049def1a1d0e2a9db00a (patch)
tree14a05cdc3a9814659abc27cbc7ff9e3c6126b8ee
parente7572f8cdfc0e0671588e7b39665ec955e40ec5d (diff)
downloadaur-c12bc8d534ea122bef27049def1a1d0e2a9db00a.tar.gz
version 0.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fc3034dabcb..7b1a0f58601e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = picosnitch
pkgdesc = Protect your privacy, see which processes make remote network connections
- pkgver = 0.7.3
+ pkgver = 0.8.0
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.7.3.tar.gz::https://github.com/elesiuta/picosnitch/releases/download/v0.7.3/picosnitch.tar.gz
- sha256sums = 8e2154de3267025d5ae0de619acda5c0fcc7ff73d58dcb9e22af66082444dfda
+ source = picosnitch-0.8.0.tar.gz::https://github.com/elesiuta/picosnitch/releases/download/v0.8.0/picosnitch.tar.gz
+ sha256sums = 31238ef069d6d53f6c2feda7148b037b74b3fb5c289ed29d0e398ac059b43612
pkgname = picosnitch
diff --git a/PKGBUILD b/PKGBUILD
index 723979a9e34b..f94d669c90b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer : Eric Lesiuta <elesiuta@gmail.com>
pkgname=picosnitch
-pkgver=0.7.3
+pkgver=0.8.0
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=('8e2154de3267025d5ae0de619acda5c0fcc7ff73d58dcb9e22af66082444dfda')
+sha256sums=('31238ef069d6d53f6c2feda7148b037b74b3fb5c289ed29d0e398ac059b43612')
build() {
python setup.py build