summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreric2022-01-02 21:26:06 -0500
committereric2022-01-02 21:26:06 -0500
commite190dc8ea76b36aaf4205a945bd819c24bf0a6e5 (patch)
treeabac27cf1b0e52c48b93f381f95caac263ce8a26
parent1d210fbf886a5c2291ca1cb098217d2258918ce9 (diff)
downloadaur-e190dc8ea76b36aaf4205a945bd819c24bf0a6e5.tar.gz
version 0.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46839d486440..2c4bb11a2392 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.2
+ pkgver = 0.9.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.8.2.tar.gz::https://github.com/elesiuta/picosnitch/releases/download/v0.8.2/picosnitch.tar.gz
- sha256sums = 55d7ecd3bea847238d7ee37766175d2d0485319fbbc1ed20e8b267ed625ca80f
+ source = picosnitch-0.9.0.tar.gz::https://github.com/elesiuta/picosnitch/releases/download/v0.9.0/picosnitch.tar.gz
+ sha256sums = 23e0a37f4744a6a07b3dcd366f51bc2c1e568d99eb61f8f85e42409e9a51677a
pkgname = picosnitch
diff --git a/PKGBUILD b/PKGBUILD
index 8ef9d49fe9b8..00836f1729a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer : Eric Lesiuta <elesiuta@gmail.com>
pkgname=picosnitch
-pkgver=0.8.2
+pkgver=0.9.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=('55d7ecd3bea847238d7ee37766175d2d0485319fbbc1ed20e8b267ed625ca80f')
+sha256sums=('23e0a37f4744a6a07b3dcd366f51bc2c1e568d99eb61f8f85e42409e9a51677a')
build() {
python setup.py build