File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11pkgname=' linuxtoys'
2- pkgver=' 3.1 '
2+ pkgver=' 3.2 '
33pkgrel=1
44arch=(' x86_64' )
55depends=(bash curl wget libnewt base-devel git)
@@ -8,7 +8,7 @@ conflicts=(linuxtoys)
88provides=(" linuxtoys=$pkgver " )
99install=linuxtoys.install
1010source=(" https://github.com/psygreg/linuxtoys/releases/download/${pkgver} /linuxtoys-${pkgver} .tar.xz" )
11- sha256sums=(' 295a365ba08cd5a96f1c059c7c18917be2d27a1df60d160e0226e9bade565752 ' )
11+ sha256sums=(' b9b82375995b24c42c64841b33d3162ffb9511653008e525086c87678a7036a2 ' )
1212
1313package () {
1414
Original file line number Diff line number Diff line change 11Name: linuxtoys
2- Version: 3.1
2+ Version: 3.2
33Release: 1
44Summary: A set of tools for Linux presented in a user-friendly way
55BuildArch: x86_64
@@ -47,5 +47,6 @@ rm -rf $RPM_BUILD_ROOT
4747/usr/share/applications/LinuxToys.desktop
4848
4949%changelog
50- * Thu Jun 26 2025 Victor Gregory <psygreg@pm.me> - 3.1
51- - Updated psycachy kernel updater to use new naming scheme and prebuilt packages
50+ * Mon Jul 7 2025 Victor Gregory <psygreg@pm.me> - 3.2
51+ - Updated psycachy kernel updater
52+ - Added optimized recommended defaults option
Original file line number Diff line number Diff line change 22# functions
33
44# updater
5- current_ltver=" 3.1 "
5+ current_ltver=" 3.2 "
66ver_upd () {
77 local ver
88 ver=$( curl -s https://raw.githubusercontent.com/psygreg/linuxtoys/refs/heads/main/src/ver)
You can’t perform that action at this time.
0 commit comments