From fe186c2f698edbe5aec056543efa2f70b13608d5 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 13 Jan 2020 13:39:46 +0100 Subject: [PATCH] openssl1: Rebuild for correct bee package creation While running the tests, and/or copying the bee file, creating the bee package, and build archive I must have changed the branch, so the old bee file was copied. deinemuddah:~> head /usr/share/bee/openssl1-1.1.1d-0.x86_64/openssl1-1.1.1d-0.bee #!/usr/bin/env beesh # BEE_VERSION openssl1-1.1.1c-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.) ############################################################################### ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. So, rebuild the package, so the correct bee file is copied. Increment the revision to 1. Found-by: bee queen trying to built in essensce openssl1-1.1.1c with the failed test --- openssl1.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl1.be0 b/openssl1.be0 index 7e9429b9d..fb3608676 100755 --- a/openssl1.be0 +++ b/openssl1.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION openssl1-1.1.1d-0 +# BEE_VERSION openssl1-1.1.1d-1 ## 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.)