Update Web to 1.0.0-beta1

This commit is contained in:
Lukas Hirt
2020-12-11 19:31:41 +01:00
parent f5fcfd3f89
commit 2f3e473e69
2 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ NAME := web
IMPORT := github.com/owncloud/ocis/$(NAME)
BIN := bin
DIST := dist
WEB_ASSETS_VERSION = v0.29.0
WEB_ASSETS_VERSION = v1.0.0-beta1
ifeq ($(OS), Windows_NT)
EXECUTABLE := $(NAME).exe
@@ -180,4 +180,4 @@ watch:
.PHONY: pull-assets
pull-assets:
rm -Rf assets && mkdir assets/ && curl -slL -o- https://github.com/owncloud/web/releases/download/$(WEB_ASSETS_VERSION)/phoenix.tar.gz | tar xvzf - -C assets/
rm -Rf assets && mkdir assets/ && curl -slL -o- https://github.com/owncloud/web/releases/download/$(WEB_ASSETS_VERSION)/web.tar.gz | tar xvzf - -C assets/
File diff suppressed because one or more lines are too long