Skip to content

Commit

Permalink
separate out socklog version from release
Browse files Browse the repository at this point in the history
  • Loading branch information
jprjr committed Feb 4, 2019
1 parent fe1ff2c commit c789707
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/usr/bin/env bash

SOCKLOG_VERSION="2.2.1-3"
SOCKLOG_SRC="https://github.com/just-containers/socklog/releases/download/v$SOCKLOG_VERSION"
SOCKLOG_VERSION="2.2.1"
SOCKLOG_RELEASE="${SOCKLOG_VERSION}-4"
SOCKLOG_SRC="https://github.com/just-containers/socklog/releases/download/v$SOCKLOG_RELEASE"

PKGDIR=$(pwd)/pkg
BUILDDIR=$(pwd)/builds
Expand Down

0 comments on commit c789707

Please sign in to comment.