mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
Bump versions to v1.6.1
This commit is contained in:
parent
f652174f75
commit
cdf6497ea7
6 changed files with 17 additions and 5 deletions
|
@ -3,7 +3,7 @@ package core
|
||||||
// version related consts
|
// version related consts
|
||||||
const (
|
const (
|
||||||
Name = "opensnitch-daemon"
|
Name = "opensnitch-daemon"
|
||||||
Version = "1.6.0"
|
Version = "1.6.1"
|
||||||
Author = "Simone 'evilsocket' Margaritelli"
|
Author = "Simone 'evilsocket' Margaritelli"
|
||||||
Website = "https://github.com/evilsocket/opensnitch"
|
Website = "https://github.com/evilsocket/opensnitch"
|
||||||
)
|
)
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
version = '1.6.0'
|
version = '1.6.1'
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
opensnitch (1.6.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Non-maintainer upload.
|
||||||
|
|
||||||
|
-- gustavo-iniguez-goya <gustavo.iniguez.goya@gmail.com> Sun, 23 Jul 2023 22:13:33 +0200
|
||||||
|
|
||||||
opensnitch (1.6.0.1-1) unstable; urgency=medium
|
opensnitch (1.6.0.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Non-maintainer upload.
|
* Non-maintainer upload.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: opensnitch
|
Name: opensnitch
|
||||||
Version: 1.6.0.1
|
Version: 1.6.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: OpenSnitch is a GNU/Linux interactive application firewall
|
Summary: OpenSnitch is a GNU/Linux interactive application firewall
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
opensnitch-ui (1.6.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Non-maintainer upload.
|
||||||
|
|
||||||
|
-- Gustavo Iñiguez Goia <gooffy1@gmail.com> Sun, 23 Jul 2023 22:14:13 +0200
|
||||||
|
|
||||||
opensnitch-ui (1.6.0.1-1) unstable; urgency=medium
|
opensnitch-ui (1.6.0.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Non-maintainer upload.
|
* Non-maintainer upload.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
%define name opensnitch-ui
|
%define name opensnitch-ui
|
||||||
%define version 1.6.0.1
|
%define version 1.6.1
|
||||||
%define unmangled_version 1.6.0.1
|
%define unmangled_version 1.6.1
|
||||||
%define release 1
|
%define release 1
|
||||||
%define __python python3
|
%define __python python3
|
||||||
%define desktop_file opensnitch_ui.desktop
|
%define desktop_file opensnitch_ui.desktop
|
||||||
|
|
Loading…
Add table
Reference in a new issue