summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreric2022-11-18 16:46:27 -0500
committereric2022-11-18 16:46:27 -0500
commitf409431347620b78c113826a110481040a40f28c (patch)
tree7d9ae0fd6211f4e263b13d65929463ec80af8a62
parent91a427b38ae2999804cadf41aba1724345741540 (diff)
downloadaur-f409431347620b78c113826a110481040a40f28c.tar.gz
version 0.11.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f4befc276ce..54badfce2534 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = picosnitch
- pkgdesc = Protect your privacy, see which applications make network connections
- pkgver = 0.11.6
+ pkgdesc = Monitor network traffic per executable using BPF
+ pkgver = 0.11.7
pkgrel = 1
url = https://elesiuta.github.io/picosnitch/
arch = any
@@ -13,7 +13,7 @@ pkgbase = picosnitch
depends = python-plotly
depends = python-psutil
depends = python-requests
- source = picosnitch-0.11.6.tar.gz::https://github.com/elesiuta/picosnitch/releases/download/v0.11.6/picosnitch.tar.gz
- sha256sums = 743f41b3859e7eb8a2023c073034a6f41fb71ac67ccf64e9f016925baada5952
+ source = picosnitch-0.11.7.tar.gz::https://github.com/elesiuta/picosnitch/releases/download/v0.11.7/picosnitch.tar.gz
+ sha256sums = e0245ff7e6c1d22c37db9a52d9dc073ae7ba8e56ddcf15c87c7a9e212a85bb6e
pkgname = picosnitch
diff --git a/PKGBUILD b/PKGBUILD
index 8b4817c99008..26afa43b9e78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer : Eric Lesiuta <elesiuta@gmail.com>
pkgname=picosnitch
-pkgver=0.11.6
+pkgver=0.11.7
pkgrel=1
-pkgdesc='Protect your privacy, see which applications make network connections'
+pkgdesc='Monitor network traffic per executable using BPF'
arch=('any')
url='https://elesiuta.github.io/picosnitch/'
license=('GPL3')
@@ -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=('743f41b3859e7eb8a2023c073034a6f41fb71ac67ccf64e9f016925baada5952')
+sha256sums=('e0245ff7e6c1d22c37db9a52d9dc073ae7ba8e56ddcf15c87c7a9e212a85bb6e')
build() {
python setup.py build