From b7fa2e5fc0c17134f8e1678d3322cd6356c7b151 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 23 Aug 2018 13:43:54 +0200 Subject: [PATCH] tmux: Convert to versionless bee file --- tmux-1.9a-0.bee => tmux.be0 | 2 ++ 1 file changed, 2 insertions(+) rename tmux-1.9a-0.bee => tmux.be0 (98%) diff --git a/tmux-1.9a-0.bee b/tmux.be0 similarity index 98% rename from tmux-1.9a-0.bee rename to tmux.be0 index f6b0903d5..cb7f81488 100755 --- a/tmux-1.9a-0.bee +++ b/tmux.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION tmux-1.9a-0 + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)