Skip to content

Commit

Permalink
www/pydio-cells: update to 4.3.3
Browse files Browse the repository at this point in the history
Also remove go.mod hack which is no longer necessary

Changelog:	https://github.com/pydio/cells/releases/tag/v4.3.3
  • Loading branch information
Serhii (Sergey) Kozlov authored and Serhii (Sergey) Kozlov committed Jan 9, 2024
1 parent 21a1fd0 commit e220fd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
10 changes: 1 addition & 9 deletions www/pydio-cells/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cells
DISTVERSIONPREFIX= v
DISTVERSION= 4.3.2
DISTVERSION= 4.3.3
CATEGORIES= www
PKGNAMEPREFIX= pydio-

Expand Down Expand Up @@ -32,14 +32,6 @@ OPTIONS_DEFAULT= BASH ZSH
BASH_PLIST_FILES= etc/bash_completion.d/${PORTNAME}
ZSH_PLIST_FILES= share/zsh/site-functions/_${PORTNAME}

post-fetch:
# `sourcegraph/appdash-data` doesn't fetch from the proxy, so replace it with the direct GitHub link.
# Remove when no longer required for a successful `fetch`
#
(cd ${DISTDIR}/${DIST_SUBDIR}; \
[ -e go.mod ] || (${CP} ${GO_MODFILE} go.mod; \
${GO_CMD} mod edit -replace "sourcegraph.com/sourcegraph/appdash-data=github.com/sourcegraph/appdash-data@v0.0.0-20151005221446-73f23eafcf67"))

post-build-BASH-on:
${SETENV} CELLS_WORKING_DIR=${WRKDIR}/wrkdir \
${GO_WRKDIR_BIN}/${PORTNAME} tools completion bash \
Expand Down
10 changes: 5 additions & 5 deletions www/pydio-cells/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1704328896
SHA256 (go/www_pydio-cells/cells-v4.3.2/v4.3.2.mod) = 54805af624883c608b90df56eb911a3a0ad603e7a7c11375429e57f5d1b169d1
SIZE (go/www_pydio-cells/cells-v4.3.2/v4.3.2.mod) = 26127
SHA256 (go/www_pydio-cells/cells-v4.3.2/v4.3.2.zip) = a01e3fcd104677b1dccb2bbbb5768dae5490a93d6087fe7c942b2ab7e20477ca
SIZE (go/www_pydio-cells/cells-v4.3.2/v4.3.2.zip) = 58112824
TIMESTAMP = 1704832667
SHA256 (go/www_pydio-cells/cells-v4.3.3/v4.3.3.mod) = 103a40c309a95b617f655bfeb08b11307bf7256f616a57dc2cb26509a2c9e38b
SIZE (go/www_pydio-cells/cells-v4.3.3/v4.3.3.mod) = 26251
SHA256 (go/www_pydio-cells/cells-v4.3.3/v4.3.3.zip) = 7d64fcbbda3e1534e788d806c5cf7a95e3877e192c6a4fe5057caaac4ad76f15
SIZE (go/www_pydio-cells/cells-v4.3.3/v4.3.3.zip) = 57983103

0 comments on commit e220fd1

Please sign in to comment.