Skip to content
This repository was archived by the owner on Feb 19, 2021. It is now read-only.

Commit cc0bb69

Browse files
committed
Really? Really me from the past?
1 parent 44682e6 commit cc0bb69

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ pack:
3030
chmod a+x ./deb/usr/bin/mcpil
3131
chmod a+x ./deb/usr/bin/mcpim
3232
@echo "Package: mcpil" > ./deb/DEBIAN/control
33-
@echo "Version: 0.6.0" >> ./deb/DEBIAN/control
33+
@echo "Version: 0.6.1" >> ./deb/DEBIAN/control
3434
@echo "Priority: optional" >> ./deb/DEBIAN/control
3535
@echo "Architecture: armhf" >> ./deb/DEBIAN/control
3636
@echo "Depends: libmcpi, mcpi-proxy, mcpi-central, libmodpi, python3" >> ./deb/DEBIAN/control
3737
@echo "Maintainer: Alvarito050506 <[email protected]>" >> ./deb/DEBIAN/control
3838
@echo "Homepage: https://mcpi.tk" >> ./deb/DEBIAN/control
39-
@echo "Vcs-Browser: https://github.com/MCPI-Devs/proxy" >> ./deb/DEBIAN/control
40-
@echo "Vcs-Git: https://github.com/MCPI-Devs/proxy.git" >> ./deb/DEBIAN/control
41-
@echo "Description: Minecraft Pi Proxy to allow players to connect to remote servers.\n" >> ./deb/DEBIAN/control
42-
dpkg-deb -b ./deb/ ./mcpil_0.6.0-1.deb
39+
@echo "Vcs-Browser: https://github.com/MCPI-Devs/MCPIL" >> ./deb/DEBIAN/control
40+
@echo "Vcs-Git: https://github.com/MCPI-Devs/MCPIL.git" >> ./deb/DEBIAN/control
41+
@echo "Description: Simple launcher for Minecraft: Pi Edition.\n" >> ./deb/DEBIAN/control
42+
dpkg-deb -b ./deb/ ./mcpil_0.6.1-1.deb
4343

4444

4545
clean:

0 commit comments

Comments
 (0)