From 22072d72bd632db6e3ca7b65bd6be84900af3c10 Mon Sep 17 00:00:00 2001 From: plrigaux <491172+plrigaux@users.noreply.github.com> Date: Fri, 18 Apr 2025 09:43:38 -0400 Subject: [PATCH] "v1.24.0" --- .SRCINFO | 6 +++--- CHANGELOG.md | 5 +++++ PKGBUILD | 6 +++--- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3a0fb4f1fe81..aca32517965f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = sysd-manager pkgdesc = A systemd GUI to manage your Services, Timers, Sockets and other units. You can enable, disable, stop and start them. Also, you can view their config file and peak at their journal logs. - pkgver = 1.23.0 + pkgver = 1.24.0 pkgrel = 1 url = https://github.com/plrigaux/sysd-manager install = sysd-manager.install @@ -14,7 +14,7 @@ pkgbase = sysd-manager depends = libadwaita depends = systemd-libs depends = gtksourceview5 - source = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v1.23.0.tar.gz - sha256sums = 2b8d6efee197380ce8758bbf6a3163da8f7233fb5828e2b6724ba25742e45cf7 + source = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v1.24.0.tar.gz + sha256sums = c3e160911be19fc0ad74b61c3ebd75ac3322780958b1b973d2e020f26a99f5d0 pkgname = sysd-manager diff --git a/CHANGELOG.md b/CHANGELOG.md index 808c72512b3c..89ecbb367684 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.24.0] - 2025-04-18 + +### Added +- Mask and Unmask a Unit functionnality + ## [1.23.0] - 2025-04-14 ### Added diff --git a/PKGBUILD b/PKGBUILD index 1d3861c7ea04..4409dd857a18 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Pierre-Luc Rigaux pkgname=sysd-manager -pkgver=1.23.0 +pkgver=1.24.0 pkgrel=1 epoch= pkgdesc="A systemd GUI to manage your Services, Timers, Sockets and other units. You can enable, disable, stop and start them. Also, you can view their config file and peak at their journal logs." @@ -20,10 +20,10 @@ backup=() options=() install=$pkgname.install changelog=CHANGELOG.md -_commit=834cb306d05b50483dcfaaec8a86eb7ce188dbac +_commit=8903feec83fce1c29e421787837c34e246ad26c4 source=("https://github.com/plrigaux/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz") noextract=() -sha256sums=('2b8d6efee197380ce8758bbf6a3163da8f7233fb5828e2b6724ba25742e45cf7') +sha256sums=('c3e160911be19fc0ad74b61c3ebd75ac3322780958b1b973d2e020f26a99f5d0') validpgpkeys=() _pkgsrcdir=$pkgname-$pkgver