Skip to content

Commit 8e79fb7

Browse files
committed
Updating version and zstd install style.
1 parent 3b4b159 commit 8e79fb7

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish-casper-node-util-deb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333

3434
- name: Install deps
3535
run: |
36-
echo "deb http://repo.aptly.info/ squeeze main" | sudo tee -a /etc/apt/sources.list.d/aptly.list
37-
wget -qO - https://www.aptly.info/pubkey.txt | sudo apt-key add -
36+
echo "deb http://repo.aptly.info/ jammy main" | sudo tee -a /etc/apt/sources.list.d/aptly.list
37+
sudo wget -O /etc/apt/keyrings/aptly.asc https://www.aptly.info/pubkey.txt
3838
sudo apt-get update
3939
sudo apt-get install -y aptly=1.4.0
4040
aptly config show

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.7
1+
1.0.8

casper-node-util/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: casper-node-util
2-
Version: 1.0.7
2+
Version: 1.0.8
33
Architecture: all
44
Maintainer: Joe Sacher <joe.sacher@casper.network>
55
Description: Utility for working with casper-node and casper-sidecar

casper-node-util/usr/bin/casper-node-util

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ NET_CONFIG_PATH = CONFIG_PATH / "network_configs"
3030
SCRIPT_NAME = "casper-node-util"
3131
NODE_IP = "127.0.0.1"
3232
# Below is automatically replaced. Modify set_version.py if changing
33-
VERSION = "1.0.7"
33+
VERSION = "1.0.8"
3434

3535
def get_value_in_section(lines, section_name, value_name):
3636
""" A bit of a hack due to toml not being in std lib """

0 commit comments

Comments
 (0)