summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreric2023-09-21 15:09:23 -0400
committereric2023-09-21 15:09:23 -0400
commit96fa1fc02ed37d4289c46d6a28e8b4fb4f3e95cb (patch)
treec25a330a2dca616c6b10ae093274f9b88d7cee9b
parent7eca0f9e4570d78ffa8fdefabc47930965dda164 (diff)
downloadaur-96fa1fc02ed37d4289c46d6a28e8b4fb4f3e95cb.tar.gz
version 1.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13ba5f27258f..5b3a44bc9862 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = picosnitch
pkgdesc = Monitor network traffic per executable using BPF
- pkgver = 0.14.1
+ pkgver = 1.0.0
pkgrel = 1
url = https://elesiuta.github.io/picosnitch/
arch = any
@@ -14,7 +14,7 @@ pkgbase = picosnitch
depends = python-plotly
depends = python-psutil
depends = python-requests
- source = picosnitch-0.14.1.tar.gz::https://github.com/elesiuta/picosnitch/releases/download/v0.14.1/picosnitch.tar.gz
- sha256sums = db0bf02a6765368ec95995742a5156eac512160f99c1ec2e8cbab1ddffbc070d
+ source = picosnitch-1.0.0.tar.gz::https://github.com/elesiuta/picosnitch/releases/download/v1.0.0/picosnitch.tar.gz
+ sha256sums = 74d8eaa2dc7f58483a4bbeb1f057e8f1def390083ecc277370cce4d5137036fc
pkgname = picosnitch
diff --git a/PKGBUILD b/PKGBUILD
index 785a60b80ccd..027ecef24368 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer : Eric Lesiuta <elesiuta@gmail.com>
pkgname=picosnitch
-pkgver=0.14.1
+pkgver=1.0.0
pkgrel=1
pkgdesc='Monitor network traffic per executable using BPF'
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=('db0bf02a6765368ec95995742a5156eac512160f99c1ec2e8cbab1ddffbc070d')
+sha256sums=('74d8eaa2dc7f58483a4bbeb1f057e8f1def390083ecc277370cce4d5137036fc')
build() {
python setup.py build