Skip to content

Commit e8fee2b

Browse files
committed
update source to 5.2.0
1 parent 52acfbc commit e8fee2b

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.1.8"
38+
return "5.2.0"
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.1.8
2+
Version: 5.2.0
33
Release: 1
44
Summary: A set of tools for Linux presented in a user-friendly way
55
BuildArch: x86_64
@@ -61,7 +61,7 @@ rm -rf $RPM_BUILD_ROOT
6161
/usr/share/applications/LinuxToys.desktop
6262

6363
%changelog
64-
* Thu Aug 28 2025 Victor Gregory <[email protected]> - 5.1.8
64+
* Thu Sep 04 2025 Victor Gregory <[email protected]> - 5.2.0
6565
- Updated to current app structure with full Python application
6666
- Added proper file permissions for all scripts
6767
- Updated dependencies for current requirements
-1.68 KB
Binary file not shown.
1.68 KB
Binary file not shown.

src/buildfiles/pkgbuild/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname='linuxtoys'
2-
pkgver='5.1.8'
2+
pkgver='5.2.0'
33
pkgrel=1
44
arch=('x86_64')
55
depends=(git curl wget zenity python python-gobject gtk3 jq)
@@ -8,7 +8,7 @@ conflicts=(linuxtoys-bin)
88
provides=("linuxtoys=$pkgver")
99
install=linuxtoys.install
1010
source=("linuxtoys-${pkgver}.tar.xz")
11-
sha256sums=('707a01eb1c46f7168533f3d0e68c559a4abe29187cfa3a72a1ee0f57a0547232')
11+
sha256sums=('fbd42a7715150148c7e4ecb2d0b84190562a41a88a41a654187232bbf11e8c63')
1212

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

src/ver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.8
1+
5.2.0

0 commit comments

Comments
 (0)