File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed
Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1+ luckyluks (2.0.1) unstable; urgency=low
2+
3+ * Update readme/manpages
4+
5+ -- Jasper van Hoorn <muzius@gmail.com> Tue, 25 Jan 2022 01:03:37 +0100
6+
7+
18luckyluks (2.0.0) unstable; urgency=low
29
310 * bugfix tcplay keyfile only
Original file line number Diff line number Diff line change @@ -36,19 +36,19 @@ For Ubuntu and derivates just use this `ppa <https://launchpad.net/~jas-per/+arc
3636
3737All Debian based distributions can use this debian package and install manually:
3838
39- `luckyluks_2.0.0_all .deb <https://github.com/jas-per/luckyLUKS/releases/download/v2.0.0 /luckyluks_2.0.0_all .deb >`_
39+ `luckyluks_2.0.1_all .deb <https://github.com/jas-per/luckyLUKS/releases/download/v2.0.1 /luckyluks_2.0.1_all .deb >`_
4040
4141On other distriubutions you can use the following zip-packaged python file:
4242
43- `luckyLUKS-2.0.0 <https://github.com/jas-per/luckyLUKS/releases/download/v2.0.0 /luckyLUKS-2.0.0 >`_
43+ `luckyLUKS-2.0.1 <https://github.com/jas-per/luckyLUKS/releases/download/v2.0.1 /luckyLUKS-2.0.1 >`_
4444
4545This file contains all resources and can be executed directly by the python intepreter. Place in :code: `/usr/bin ` and change ownership to root::
4646
47- > sudo mv luckyLUKS-2.0.0 /usr/bin/
48- > sudo chown root:root /usr/bin/luckyLUKS-2.0.0
49- > sudo chmod 755 /usr/bin/luckyLUKS-2.0.0
47+ > sudo mv luckyLUKS-2.0.1 /usr/bin/
48+ > sudo chown root:root /usr/bin/luckyLUKS-2.0.1
49+ > sudo chmod 755 /usr/bin/luckyLUKS-2.0.1
5050
51- Then start with :code: `luckyLUKS-2.0.0 ` on the command line or create a desktop shortcut manually.
51+ Then start with :code: `luckyLUKS-2.0.1 ` on the command line or create a desktop shortcut manually.
5252
5353Dependencies
5454------------
Original file line number Diff line number Diff line change 11""" luckyLUKS """
22
3- VERSION_STRING = '2.0.0 '
3+ VERSION_STRING = '2.0.1 '
44PROJECT_URL = 'https://github.com/jas-per/luckyLUKS'
You can’t perform that action at this time.
0 commit comments