Skip to content

Commit 35a7253

Browse files
committed
update source to 5.4.12
1 parent fb5281b commit 35a7253

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

p3/app/update_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def get_current_version():
3535
continue
3636

3737
# Fallback to hardcoded version
38-
return "5.4.11"
38+
return "5.4.12"
3939

4040
# Current version of the application
4141
CURRENT_VERSION = get_current_version()

src/buildfiles/copr/rpmbuild/SPECS/linuxtoys.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: linuxtoys
2-
Version: 5.4.11
2+
Version: 5.4.12
33
Release: 1
44
Summary: A set of tools for Linux presented in a user-friendly way
55
BuildArch: x86_64
@@ -50,7 +50,7 @@ rm -rf $RPM_BUILD_ROOT
5050
/usr/share/applications/LinuxToys.desktop
5151

5252
%changelog
53-
* Tue Sep 30 2025 Victor Gregory <psygreg@pm.me> - 5.4.11
53+
* Wed Oct 08 2025 Victor Gregory <psygreg@pm.me> - 5.4.12
5454
- Updated to current app structure with full Python application
5555
- Added proper file permissions for all scripts
5656
- Updated dependencies for current requirements
-1.5 KB
Binary file not shown.
1.5 KB
Binary file not shown.

src/buildfiles/pkgbuild/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
pkgname='linuxtoys'
2-
pkgver='5.4.11'
2+
pkgver='5.4.12'
33
pkgrel=1
44
arch=('x86_64')
55
depends=(bash git curl wget zenity python python-gobject python-requests gtk3)
66
makedepends=()
77
conflicts=(linuxtoys-bin)
88
provides=("linuxtoys=$pkgver")
99
source=("https://github.com/psygreg/linuxtoys/releases/download/${pkgver}/linuxtoys-${pkgver}.tar.xz")
10-
sha256sums=('c5a316514d40d2d2f1e3c6a04ce7a9a75c7ba9e4318772f9e8bbfbdab5854235')
10+
sha256sums=('48265e3cf74b202a8974f4d29ab40711fc4eb91ac7088abf74ae2f8f7f1e5340')
1111

1212
package() {
1313
mkdir -p ${pkgdir}/usr

src/ver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.4.11
1+
5.4.12

0 commit comments

Comments
 (0)