Skip to content

Commit b05f4b8

Browse files
committed
update source to 5.1.4
1 parent f6e5386 commit b05f4b8

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
@@ -29,7 +29,7 @@ def get_current_version():
2929
continue
3030

3131
# Fallback to hardcoded version
32-
return "5.1.3"
32+
return "5.1.4"
3333

3434
# Current version of the application
3535
CURRENT_VERSION = get_current_version()
-1.67 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.3'
2+
pkgver='5.1.4'
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=('04f103b4d94f4da0a3d419811ca00393f232f2ddbd3143a89dcdd7a70b66b5f7')
11+
sha256sums=('6d186d383f8823394f92ac1cebc558960c7baa3f9b09880233667f8ed3d8b5af')
1212

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

src/buildfiles/rpm/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.3
2+
Version: 5.1.4
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-
* Sun Aug 24 2025 Victor Gregory <[email protected]> - 5.1.3
64+
* Mon Aug 25 2025 Victor Gregory <[email protected]> - 5.1.4
6565
- Updated to current app structure with full Python application
6666
- Added proper file permissions for all scripts
6767
- Updated dependencies for current requirements

src/ver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.3
1+
5.1.4

0 commit comments

Comments
 (0)