Skip to content

Commit

Permalink
Update for decred 1.8 and dex 0.6.3 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
jholdstock committed Sep 18, 2023
1 parent d331a2a commit 219fb31
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Expand Up @@ -5,6 +5,6 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: Build
run: docker build -t decred/dexweb:$(date +%s) .
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

This is the code for the <https://dex.decred.org> website.

[![Build Status](https://travis-ci.org/decred/dexweb.png?branch=master)](https://travis-ci.org/decred/dexweb)
[![Build Status](https://github.com/decred/dexweb/actions/workflows/docker.yml/badge.svg)](https://github.com/decred/dexweb/actions/workflows/docker.yml)
[![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org)

## Development
Expand Down
12 changes: 6 additions & 6 deletions src/config.toml
Expand Up @@ -8,10 +8,10 @@ baseurl = "https://dex.decred.org/"
description = "DCRDEX is an open source, peer-to-peer cryptocurrency exchange built by the Decred Project."

# Download URLs
win_decrediton_url = "https://github.com/decred/decred-binaries/releases/download/v1.7.7/decrediton-v1.7.7.exe"
mac_decrediton_url = "https://github.com/decred/decred-binaries/releases/download/v1.7.7/decrediton-amd64-v1.7.7.dmg"
m1_decrediton_url = "https://github.com/decred/decred-binaries/releases/download/v1.7.7/decrediton-arm64-v1.7.7.dmg"
lin_decrediton_url = "https://github.com/decred/decred-binaries/releases/download/v1.7.7/decrediton-v1.7.7.AppImage"
tar_decrediton_url = "https://github.com/decred/decred-binaries/releases/download/v1.7.7/decrediton-v1.7.7.tar.gz"
dexreleases_url = "https://github.com/decred/dcrdex/releases/tag/v0.6.0"
win_decrediton_url = "https://github.com/decred/decred-binaries/releases/download/v1.8.0/decrediton-v1.8.0.exe"
mac_decrediton_url = "https://github.com/decred/decred-binaries/releases/download/v1.8.0/decrediton-amd64-v1.8.0.dmg"
m1_decrediton_url = "https://github.com/decred/decred-binaries/releases/download/v1.8.0/decrediton-arm64-v1.8.0.dmg"
lin_decrediton_url = "https://github.com/decred/decred-binaries/releases/download/v1.8.0/decrediton-v1.8.0.AppImage"
tar_decrediton_url = "https://github.com/decred/decred-binaries/releases/download/v1.8.0/decrediton-v1.8.0.tar.gz"
dexreleases_url = "https://github.com/decred/dcrdex/releases/tag/v0.6.3"
umbrel_community_app_store_url = "https://github.com/decred/umbrel-app-store"

0 comments on commit 219fb31

Please sign in to comment.