File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
4141CURRENT_VERSION = get_current_version ()
Original file line number Diff line number Diff line change 11Name: linuxtoys
2- Version: 5.4.11
2+ Version: 5.4.12
33Release: 1
44Summary: A set of tools for Linux presented in a user-friendly way
55BuildArch: 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
Original file line number Diff line number Diff line change 11pkgname=' linuxtoys'
2- pkgver=' 5.4.11 '
2+ pkgver=' 5.4.12 '
33pkgrel=1
44arch=(' x86_64' )
55depends=(bash git curl wget zenity python python-gobject python-requests gtk3)
66makedepends=()
77conflicts=(linuxtoys-bin)
88provides=(" linuxtoys=$pkgver " )
99source=(" https://github.com/psygreg/linuxtoys/releases/download/${pkgver} /linuxtoys-${pkgver} .tar.xz" )
10- sha256sums=(' c5a316514d40d2d2f1e3c6a04ce7a9a75c7ba9e4318772f9e8bbfbdab5854235 ' )
10+ sha256sums=(' 48265e3cf74b202a8974f4d29ab40711fc4eb91ac7088abf74ae2f8f7f1e5340 ' )
1111
1212package () {
1313 mkdir -p ${pkgdir} /usr
Original file line number Diff line number Diff line change 1- 5.4.11
1+ 5.4.12
You can’t perform that action at this time.
0 commit comments