Skip to content

Commit 723a4f8

Browse files
committed
v2.4.3
1 parent 86cc0ac commit 723a4f8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.windows/make_bundle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if ! test -d "$dest/python"; then
3838
py get-pip.py
3939
rm get-pip.py
4040

41-
py -m pip install pyqt5 https://github.com/blaxpirit/pulp/archive/master.zip
41+
py -m pip install pyqt5 https://github.com/oprypin/pulp/archive/master.zip
4242

4343
# Obtain solver from GLPK
4444
wget https://sourceforge.net/projects/winglpk/files/latest/download --content-disposition

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Zoom out | -
112112

113113
### Windows
114114

115-
Download the newest *-win32.zip* [**release**](https://github.com/BlaXpirit/sixcells/releases), extract the folder and you're ready to go!
115+
Download the newest *-win32.zip* [**release**](https://github.com/oprypin/sixcells/releases), extract the folder and you're ready to go!
116116

117117
### Linux
118118

@@ -128,7 +128,7 @@ Install `git`, `python-pyside` or `python-pyqt4`, `python-pulp` (`pip install pu
128128

129129
Go to a folder where you would like *SixCells* to be and obtain the source code (a subdirectory "sixcells" will be created):
130130
```bash
131-
git clone https://github.com/BlaXpirit/sixcells
131+
git clone https://github.com/oprypin/sixcells
132132
```
133133

134134
Now you can start `editor.py` and `player.py` by opening them in a file explorer or from command line.
@@ -151,7 +151,7 @@ pip install pyside pulp
151151

152152
Go to a folder where you would like *SixCells* to be and obtain the source code (a subdirectory "sixcells" will be created):
153153
```bash
154-
git clone https://github.com/BlaXpirit/sixcells
154+
git clone https://github.com/oprypin/sixcells
155155
```
156156

157157
Now you can launch `editor.py` and `player.py`.

common.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
from __future__ import division, print_function
2020

21-
__version__ = '2.4.2'
21+
__version__ = '2.4.3'
2222

2323
import sys
2424
import os.path
@@ -800,4 +800,4 @@ def about(self):
800800
))
801801

802802
def help(self):
803-
QDesktopServices.openUrl(QUrl('https://github.com/blaxpirit/sixcells/tree/v{}#readme'.format(__version__)))
803+
QDesktopServices.openUrl(QUrl('https://github.com/oprypin/sixcells/tree/v{}#readme'.format(__version__)))

0 commit comments

Comments
 (0)