From 7fe4d14fbd7034bf5084351200654d9cebe3f5e0 Mon Sep 17 00:00:00 2001 From: plrigaux <491172+plrigaux@users.noreply.github.com> Date: Tue, 18 Mar 2025 14:51:00 -0400 Subject: [PATCH] "v1.18.1" --- .SRCINFO | 6 +++--- CHANGELOG.md | 6 ++++++ PKGBUILD | 6 +++--- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3666c5474196..a06bfcf06a31 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.18.0 + pkgver = 1.18.1 pkgrel = 1 url = https://github.com/plrigaux/sysd-manager install = sysd-manager.install @@ -13,7 +13,7 @@ pkgbase = sysd-manager depends = gtk4 depends = libadwaita depends = systemd-libs - source = git+https://github.com/plrigaux/sysd-manager.git#commit=11ade72e04d7f59a910e35fb4d1a52a7a83dffde - sha256sums = 3a3aa7bc5a4cadb5f3232aeaa39b8d4df6be1be74460fba9c2394da12b72cd33 + source = git+https://github.com/plrigaux/sysd-manager.git#commit=90a7d3903b5aef3e3321b8399fda527938ca089a + sha256sums = 626d4f5121213f24ca4a76eddb734883624639dcb6491a356948670508860c7d pkgname = sysd-manager diff --git a/CHANGELOG.md b/CHANGELOG.md index c4393fede7d9..152a65bd6e4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.18.1] - 2025-03-18 + +### Fixed + +- Possible application crashes + ## [1.18.0] - 2025-03-17 ### Added diff --git a/PKGBUILD b/PKGBUILD index a1b7314e3fff..1f911b9b2f31 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Pierre-Luc Rigaux pkgname=sysd-manager -pkgver=1.18.0 +pkgver=1.18.1 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=11ade72e04d7f59a910e35fb4d1a52a7a83dffde +_commit=90a7d3903b5aef3e3321b8399fda527938ca089a source=("git+https://github.com/plrigaux/sysd-manager.git#commit=$_commit") noextract=() -sha256sums=('3a3aa7bc5a4cadb5f3232aeaa39b8d4df6be1be74460fba9c2394da12b72cd33') +sha256sums=('626d4f5121213f24ca4a76eddb734883624639dcb6491a356948670508860c7d') validpgpkeys=() prepare() {