Skip to content

Commit 1b7d3e0

Browse files
author
Victor Gregory
committed
update source to hotfix 5.6.2
1 parent 8ae3476 commit 1b7d3e0

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

p3/app/updater/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.6.1"
1+
__version__ = "5.6.2"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: linuxtoys
2-
Version: 5.6.1
2+
Version: 5.6.2
33
Release: 1
44
Summary: A set of tools for Linux presented in a user-friendly way
55
BuildArch: x86_64
-1.5 KB
Binary file not shown.
1.51 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.6.1'
2+
pkgver='5.6.2'
33
pkgrel=1
44
arch=('x86_64')
55
depends=(bash git curl wget zenity python python-gobject python-requests gtk3 vte3)
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=('45e576f732849701a5cd2a4d879b65d374042b0551aafb97f3491306fa762973')
10+
sha256sums=('23d64ba67da4511fa293a84a696bda2005fb6cb51111fe280841ab4225681303')
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.6.1
1+
5.6.2

0 commit comments

Comments
 (0)