From 2df1e641275d93357c424b45d8885dd4a69b75ca Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Thu, 3 Jun 2021 22:54:12 +0530 Subject: [PATCH] Post-release formalities --- Makefile | 4 ++-- misc/haiku/nnn.rdef | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c2517fd7..4423373c 100644 --- 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) diff --git a/misc/haiku/nnn.rdef b/misc/haiku/nnn.rdef index bb730955..0c6a7d1c 100644 --- a/misc/haiku/nnn.rdef +++ b/misc/haiku/nnn.rdef @@ -12,7 +12,7 @@ resource app_version { middle = 1, minor = 1, - variety = B_APPV_FINAL, + variety = B_APPV_DEVELOPMENT, internal = 0, short_info = "nnn",