Browse Source

getting ready for new release

pull/56/head
jahway603 11 months ago
parent
commit
d3f21bfa55
  1. 2
      Makefile
  2. 2
      README.md
  3. 2
      main.go
  4. 4
      start-tls.sh
  5. 4
      start.sh
  6. 4
      util/build-debian-package-SBC.sh
  7. 6
      util/build-debian-package.sh
  8. 2
      util/build.sh

2
Makefile

@ -1,4 +1,4 @@
# Copyright (c) 2021 Jahway603 & The Hush Developers # Copyright (c) 2021-2023 Jahway603 & The Hush Developers
# Released under the GPLv3 # Released under the GPLv3
# #
# Hush Lightwalletd Makefile # Hush Lightwalletd Makefile

2
README.md

@ -184,4 +184,4 @@ GPLv3 or later
# Copyright # Copyright
2016-2022 The Hush Developers 2016-2023 The Hush Developers

2
main.go

@ -1,4 +1,4 @@
// Copyright (c) 2019-2022 Duke Leto and The Hush developers // Copyright (c) 2019-2023 Duke Leto and The Hush developers
// Copyright (c) 2019-2020 The Zcash developers // Copyright (c) 2019-2020 The Zcash developers
// Distributed under the GPLv3 software license // Distributed under the GPLv3 software license
package main package main

4
start-tls.sh

@ -1,5 +1,5 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2020-2022 The Hush Developers # Copyright 2020-2023 The Hush Developers
# Released under GPLv3 # Released under GPLv3
# Description: This script would be used with a NGINX reverse proxy # Description: This script would be used with a NGINX reverse proxy

4
start.sh

@ -1,5 +1,5 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright 2020-2022 The Hush Developers # Copyright 2020-2023 The Hush Developers
# Released under GPLv3 # Released under GPLv3
# Description: This script would be used with a NGINX reverse proxy # Description: This script would be used with a NGINX reverse proxy

4
util/build-debian-package-SBC.sh

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Copyright (c) 2021 The Hush developers # Copyright (c) 2021-2023 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying # Distributed under the GPLv3 software license, see the accompanying
# file LICENSE or https://www.gnu.org/licenses/gpl-3.0.en.html # file LICENSE or https://www.gnu.org/licenses/gpl-3.0.en.html
# #
@ -56,7 +56,7 @@ if [ ! -d $BUILD_PATH ]; then
mkdir $BUILD_PATH mkdir $BUILD_PATH
fi fi
PACKAGE_VERSION=0.1.1 PACKAGE_VERSION=0.1.3
DEBVERSION=$(echo $PACKAGE_VERSION) DEBVERSION=$(echo $PACKAGE_VERSION)
BUILD_DIR="$BUILD_PATH/$PACKAGE_NAME-$PACKAGE_VERSION-$ARCH" BUILD_DIR="$BUILD_PATH/$PACKAGE_NAME-$PACKAGE_VERSION-$ARCH"

6
util/build-debian-package.sh

@ -1,5 +1,5 @@
#!/bin/bash #!/usr/bin/env bash
# Copyright (c) 2021 The Hush developers # Copyright (c) 2021-2023 The Hush developers
# Distributed under the GPLv3 software license, see the accompanying # Distributed under the GPLv3 software license, see the accompanying
# file LICENSE or https://www.gnu.org/licenses/gpl-3.0.en.html # file LICENSE or https://www.gnu.org/licenses/gpl-3.0.en.html
# #
@ -46,7 +46,7 @@ if [ ! -d $BUILD_PATH ]; then
mkdir $BUILD_PATH mkdir $BUILD_PATH
fi fi
PACKAGE_VERSION=0.1.1 PACKAGE_VERSION=0.1.3
DEBVERSION=$(echo $PACKAGE_VERSION) DEBVERSION=$(echo $PACKAGE_VERSION)
BUILD_DIR="$BUILD_PATH/$PACKAGE_NAME-$PACKAGE_VERSION-$ARCH" BUILD_DIR="$BUILD_PATH/$PACKAGE_NAME-$PACKAGE_VERSION-$ARCH"

2
util/build.sh

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Copyright 2021-2022 Duke Leto and The Hush Developers # Copyright 2021-2023 Duke Leto and The Hush Developers
# Distributed under the GPLv3 software license, see the accompanying # Distributed under the GPLv3 software license, see the accompanying
# file LICENSE or https://www.gnu.org/licenses/gpl-3.0.en.html # file LICENSE or https://www.gnu.org/licenses/gpl-3.0.en.html
# Purpose: Script to build Hush lightwalletd on x86 64-bit arch # Purpose: Script to build Hush lightwalletd on x86 64-bit arch

Loading…
Cancel
Save