]> Sergey Matveev's repositories - nnn.git/commitdiff
Post-release formalities
authorArun Prakash Jana <engineerarun@gmail.com>
Thu, 3 Jun 2021 17:24:12 +0000 (22:54 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Thu, 3 Jun 2021 17:24:12 +0000 (22:54 +0530)
Makefile
misc/haiku/nnn.rdef

index c2517fd72d70fa6853a02b608f616d92cd831779..4423373cc6455826e1a83f233d879389159a64d2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -221,7 +221,7 @@ sign:
        gpg --detach-sign --yes nnn-$(VERSION).tar.gz
        rm -f nnn-$(VERSION).tar.gz
 
-upload-local: sign static musl-static
+upload-local: sign static musl
        $(eval ID=$(shell curl -s 'https://api.github.com/repos/jarun/nnn/releases/tags/v$(VERSION)' | jq .id))
        # upload sign file
        curl -XPOST 'https://uploads.github.com/repos/jarun/nnn/releases/$(ID)/assets?name=nnn-$(VERSION).tar.gz.sig' \
@@ -253,7 +253,7 @@ upload-local: sign static musl-static
            --upload-file $(BIN)-musl-static-$(VERSION).x86_64.tar.gz
 
 clean:
-       $(RM) -f $(BIN) nnn-$(VERSION).tar.gz *.sig $(BIN)-static $(BIN)-static-$(VERSION).x86_64.tar.gz $(BIN)-icons-static $(BIN)-icons-static-$(VERSION).x86_64.tar.gz $(BIN)-nerd-static $(BIN)-nerd-static-$(VERSION).x86_64.tar.gz
+       $(RM) -f $(BIN) nnn-$(VERSION).tar.gz *.sig $(BIN)-static $(BIN)-static-$(VERSION).x86_64.tar.gz $(BIN)-icons-static $(BIN)-icons-static-$(VERSION).x86_64.tar.gz $(BIN)-nerd-static $(BIN)-nerd-static-$(VERSION).x86_64.tar.gz $(BIN)-musl-static $(BIN)-musl-static-$(VERSION).x86_64.tar.gz
 
 prepatch:
 ifeq ($(strip $(O_NAMEFIRST)),1)
index bb730955df01a268b226d98c18b76bd669dd8c06..0c6a7d1c42ad82e23b71eb010a8c4210cfc7a4f4 100644 (file)
@@ -12,7 +12,7 @@ resource app_version {
        middle = 1,
        minor  = 1,
 
-       variety = B_APPV_FINAL,
+       variety = B_APPV_DEVELOPMENT,
        internal = 0,
 
        short_info = "nnn",