Skip to content

Commit

Permalink
Bug fix---it's always the rockspecs that get me
Browse files Browse the repository at this point in the history
I can never seem to get the rockspecs down pat the first time a major change
is required.  Never!  I'm getting this love/hate relationship with
rockspecs.
  • Loading branch information
spc476 committed Apr 13, 2022
1 parent ff9642a commit 1b9648a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ UNAME := $(shell uname)
VERSION := $(shell git describe --tag)

ifeq ($(VERSION),)
VERSION=v2.0.4
VERSION=v2.0.5
endif

# ===================================================
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package = "org.conman.dns"
version = "2.0.4-1"
version = "2.0.5-1"

source =
{
url = "https://github.com/spc476/SPCDNS.git",
tag = "v2.0.4"
url = "git+https://github.com/spc476/SPCDNS.git",
tag = "v2.0.5"
}

description =
Expand Down

0 comments on commit 1b9648a

Please sign in to comment.