Skip to content

Commit

Permalink
net-im/gotosocial: Upgrade to 0.13.0 SpiderSloth
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamigishi Rei authored and Jehops committed Dec 18, 2023
1 parent 38f4049 commit 6f341f3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
5 changes: 2 additions & 3 deletions net-im/gotosocial/Makefile
@@ -1,7 +1,6 @@
PORTNAME= gotosocial
DISTVERSIONPREFIX= v
DISTVERSION= 0.11.0
PORTREVISION= 1
DISTVERSION= 0.13.0
CATEGORIES= net-im
MASTER_SITES?= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/v${DISTVERSION}/:web
DISTFILES?= ${PORTNAME}_${DISTVERSION}_web-assets.tar.gz:web
Expand All @@ -16,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386
ONLY_FOR_ARCHS_REASON= https://gitlab.com/cznic/libc/-/issues/15

USES= go:modules
USES= go:1.21,modules
USE_GITHUB= yes
GH_ACCOUNT= superseriousbusiness
USE_RC_SUBR= ${PORTNAME}
Expand Down
10 changes: 5 additions & 5 deletions net-im/gotosocial/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1692145745
SHA256 (gotosocial_0.11.0_web-assets.tar.gz) = 34ae66f8445942d9794adab6f9b5b0d0b4b649b9a58442436634d3c587227a61
SIZE (gotosocial_0.11.0_web-assets.tar.gz) = 1366049
SHA256 (superseriousbusiness-gotosocial-v0.11.0_GH0.tar.gz) = cff1bbbe29661e0cabf4bba7e7af7bc74ebe9c00fd422d9ddfad0864441d2419
SIZE (superseriousbusiness-gotosocial-v0.11.0_GH0.tar.gz) = 54533905
TIMESTAMP = 1702903017
SHA256 (gotosocial_0.13.0_web-assets.tar.gz) = 68fc637defb47f885405fc011faecbb11d7f2afff8dac3e1947c265660dfa77d
SIZE (gotosocial_0.13.0_web-assets.tar.gz) = 1375552
SHA256 (superseriousbusiness-gotosocial-v0.13.0_GH0.tar.gz) = 76c4f26b69aeb96402cc5351badfb0ba28a9f97e193ed3f79ce3f8ff28dd9b1e
SIZE (superseriousbusiness-gotosocial-v0.13.0_GH0.tar.gz) = 63435545
6 changes: 4 additions & 2 deletions net-im/gotosocial/pkg-plist
@@ -1,7 +1,6 @@
@sample etc/gotosocial/config.yaml.sample
%%WWWDIR%%/template/about.tmpl
%%WWWDIR%%/template/header.tmpl
%%WWWDIR%%/template/tag.tmpl
%%WWWDIR%%/template/thread.tmpl
%%WWWDIR%%/template/frontend.tmpl
%%WWWDIR%%/template/oob.tmpl
Expand All @@ -21,6 +20,9 @@
%%WWWDIR%%/template/authorize.tmpl
%%WWWDIR%%/template/domain-blocklist.tmpl
%%WWWDIR%%/template/finalize.tmpl
%%WWWDIR%%/template/tag.tmpl
%%WWWDIR%%/template/status_attachments.tmpl
%%WWWDIR%%/template/status_poll.tmpl
%%WWWDIR%%/assets/LICENSE
%%WWWDIR%%/assets/default_avatars/GoToSocial_icon5.png
%%WWWDIR%%/assets/default_avatars/GoToSocial_icon2.png
Expand Down Expand Up @@ -52,7 +54,6 @@
%%WWWDIR%%/assets/Fork-Awesome/css/fork-awesome.min.css
%%WWWDIR%%/assets/tusky.svg
%%WWWDIR%%/assets/logo.png
%%WWWDIR%%/assets/feditext.svg
%%WWWDIR%%/assets/dist/index.css
%%WWWDIR%%/assets/dist/profile.css
%%WWWDIR%%/assets/dist/_colors.css
Expand All @@ -62,6 +63,7 @@
%%WWWDIR%%/assets/dist/base.css
%%WWWDIR%%/assets/dist/frontend.js
%%WWWDIR%%/assets/dist/tag.css
%%WWWDIR%%/assets/feditext.svg
%%WWWDIR%%/assets/swagger.yaml
bin/gotosocial
share/doc/gotosocial/LICENSE
Expand Down

0 comments on commit 6f341f3

Please sign in to comment.