|
1 | 1 | #!/usr/bin/env bash
|
2 | 2 | #
|
3 | 3 | # Jacksum File Browser Integration for Unix and GNU/Linux Operating Systems
|
4 |
| -# Copyright (c) 2006-2022 Dipl.-Inf. (FH) Johann N. Loefflmann |
| 4 | +# Copyright (c) 2006-2023 Dipl.-Inf. (FH) Johann N. Loefflmann |
5 | 5 | #
|
6 | 6 | # This program is free software; you can redistribute it and/or modify
|
7 | 7 | # it under the terms of the GNU General Public License as published by
|
|
25 | 25 | # which are part of the Jacksum file browser integration package for Linux since 2.0.0
|
26 | 26 | # See also https://jacksum.net
|
27 | 27 | #
|
28 |
| -# * Version 2.0.0 of the script has been successfully tested on the following systems, |
| 28 | +# * Version 2.1.0 of the script has been successfully tested on the following systems, |
29 | 29 | # and it should work on older platforms as well:
|
30 | 30 | #
|
31 | 31 | # Caja 1.26.0 on Ubuntu Linux 22.04
|
| 32 | +# Caja 1.26.0 on Ubuntu Linux 22.04.1 |
32 | 33 | #
|
| 34 | +# Files (known as Gnome Nautiulus) 42.2 on Ubuntu Linux 22.04.1 |
33 | 35 | # Files (known as Gnome Nautiulus) 42.1.1 on Ubuntu Linux 22.04
|
34 | 36 | # Files (known as Gnome Nautiulus) 3.26.4 on Ubuntu Linux 18.04
|
35 | 37 | #
|
36 | 38 | # Dolphin 21.12.3 (KDE Framework 5.92) on Kubuntu 22.04
|
37 | 39 | #
|
38 |
| -# Nemo 5.24 on Ubuntu Linux 22.04 |
| 40 | +# Nemo 5.2.4 on Ubuntu Linux 22.04.1 |
| 41 | +# Nemo 5.2.4 on Ubuntu Linux 22.04 |
39 | 42 | #
|
| 43 | +# ROX Filer 2.24.33 on Ubuntu Linux 22.04.1 |
40 | 44 | # ROX Filer 2.11 on Ubuntu Linux 22.04
|
41 | 45 | #
|
| 46 | +# Xfe 1.43.2 on Ubuntu Linux 22.04.1 |
42 | 47 | # Xfe 1.43 on Ubuntu Linux 22.04
|
43 | 48 | #
|
44 | 49 | #
|
45 |
| -# * Version < 2.0.0 of the script has been successfully tested on the following systems, |
| 50 | +# * Version 1.x of the script has been successfully tested on the following systems, |
46 | 51 | # and it should work on similar platforms was well:
|
47 | 52 | #
|
48 | 53 | # Caja 1.12.0 on Linux Mint 17.3 Mate
|
|
82 | 87 | # on read-only-filesystems (e.g. on life CDs), crashes of kate, or non-supported
|
83 | 88 | # servicemenus for KDE
|
84 | 89 |
|
85 |
| -VERSION="2.0.0" |
| 90 | +VERSION="2.1.0" |
86 | 91 | NAME="jacksum"
|
87 |
| -JACKSUM_VERSION="3.4.0" |
88 |
| -HASHGARTEN_VERSION="0.10.0" |
| 92 | +JACKSUM_VERSION="3.5.0" |
| 93 | +HASHGARTEN_VERSION="0.12.0" |
89 | 94 | PROGNAME="Jacksum File Browser Integration"
|
90 | 95 | JACKSUM_JAR="`pwd`/jacksum-${JACKSUM_VERSION}.jar"
|
91 | 96 | HASHGARTEN_JAR="`pwd`/HashGarten-${HASHGARTEN_VERSION}.jar"
|
@@ -859,7 +864,7 @@ install_script_sh() {
|
859 | 864 | echo '#!/bin/bash
|
860 | 865 | #
|
861 | 866 | # Jacksum File Browser Integration Script, https://jacksum.net
|
862 |
| -# Copyright (c) 2006-2022 Johann N. Loefflmann, https://johann.loefflmann.net |
| 867 | +# Copyright (c) 2006-2023 Johann N. Loefflmann, https://johann.loefflmann.net |
863 | 868 | # Code has been released under the conditions of the GPLv3+.
|
864 | 869 | #
|
865 | 870 |
|
|
0 commit comments