mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
Bump versions to 1.5.9
This commit is contained in:
parent
a0b07000c1
commit
be1e7fe405
5 changed files with 11 additions and 5 deletions
|
@ -3,7 +3,7 @@ package core
|
|||
// version related consts
|
||||
const (
|
||||
Name = "opensnitch-daemon"
|
||||
Version = "1.5.8"
|
||||
Version = "1.5.9"
|
||||
Author = "Simone 'evilsocket' Margaritelli"
|
||||
Website = "https://github.com/evilsocket/opensnitch"
|
||||
)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Name: opensnitch
|
||||
Version: 1.5.8
|
||||
Version: 1.5.9
|
||||
Release: 1%{?dist}
|
||||
Summary: OpenSnitch is a GNU/Linux application firewall
|
||||
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
opensnitch (1.5.9-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Gustavo Iñiguez Goya <gustavo.iniguez.goya@gmail.com> Wed, 07 Jun 2023 23:18:40 +0200
|
||||
|
||||
opensnitch (1.5.5-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
%define name opensnitch-ui
|
||||
%define version 1.5.8
|
||||
%define unmangled_version 1.5.8
|
||||
%define version 1.5.9
|
||||
%define unmangled_version 1.5.9
|
||||
%define release 1
|
||||
%define __python python3
|
||||
%define desktop_file opensnitch_ui.desktop
|
||||
|
|
|
@ -1 +1 @@
|
|||
version = '1.5.8'
|
||||
version = '1.5.9'
|
||||
|
|
Loading…
Add table
Reference in a new issue