Skip to content

Commit

Permalink
et 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterTea committed Mar 6, 2021
1 parent 835e8d2 commit 5824134
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ else()
endif()
endif()

project(EternalTCP VERSION 6.1.0)
project(EternalTCP VERSION 6.1.1)

include(CMakeFindDependencyMacro)

Expand Down
4 changes: 4 additions & 0 deletions deployment/debian/debian_SOURCE/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
et (6.1.1-##DISTRO##1) ##DISTRO##; urgency=medium

* https://github.com/MisterTea/EternalTerminal/releases/tag/et-v6.1.1

et (6.1.0-##DISTRO##1) ##DISTRO##; urgency=medium

* https://github.com/MisterTea/EternalTerminal/releases/tag/et-v6.1.0
Expand Down
2 changes: 1 addition & 1 deletion deployment/debian/debian_SOURCE/control
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Homepage: https://mistertea.github.io/EternalTCP/

Package: et
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libgcc1 (>= 1:3.3), libprotobuf-dev, libsodium-dev, libstdc++6, libtinfo5, libutempter-dev
Depends: ${misc:Depends}, ${shlibs:Depends}, libgcc1 (>= 1:3.3),libstdc++6, libtinfo5, libutempter libunwind
Description: Remote terminal for the busy and impatient
Eternal Terminal is a remote shell that automatically reconnects without interrupting the session.
2 changes: 1 addition & 1 deletion deployment/freebsd/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Vagrant.configure("2") do |config|
# Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the
# documentation for more information about their specific syntax and use.
config.vm.provision "shell", inline: <<-SHELL
env ASSUME_ALWAYS_YES=YES pkg install cmake ninja git curl zip unzip libunwind
env ASSUME_ALWAYS_YES=YES pkg install cmake ninja git curl zip unzip libunwind protobuf
git clone --branch release https://github.com/MisterTea/EternalTerminal.git
mkdir -p EternalTerminal/build
cd EternalTerminal/build
Expand Down

0 comments on commit 5824134

Please sign in to comment.