Skip to content

Commit

Permalink
Update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
victords committed Apr 21, 2020
1 parent 64899d5 commit eea0310
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
ruby bundle.rb
mv sb.rb deb/opt/aleva-games/super-bombinhas/
cp -r data deb/opt/aleva-games/super-bombinhas/
dpkg -b deb super-bombinhas-0.1.2.deb
dpkg -b deb super-bombinhas-0.2.0.deb
4 changes: 2 additions & 2 deletions deb/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Package: super-bombinhas
Priority: optional
Version: 0.1.2
Version: 0.2.0
Architecture: all
Maintainer: Aleva Games <[email protected]>
Installed-Size: 18180
Installed-Size: 18288
Depends: build-essential, libsdl2-dev, libgl1-mesa-dev, libopenal-dev, libsndfile-dev, libmpg123-dev, libgmp-dev, libfontconfig1-dev, ruby, ruby-dev
Homepage: http://alevagames.com
Section: games
Expand Down
4 changes: 3 additions & 1 deletion deb/DEBIAN/postinst
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/sh
set -e
gem install minigl -v 2.2.6
gem uninstall minigl
gem uninstall dfhjhd
gem install minigl -v 2.2.8
exit 0

0 comments on commit eea0310

Please sign in to comment.