Skip to content

Commit

Permalink
Merge branch 'update-sharesite-to-0.5.1' of github.com:ArneBab/fred-s…
Browse files Browse the repository at this point in the history
…taging-1 into next
  • Loading branch information
ArneBab committed Nov 26, 2023
2 parents d09a977 + c36913d commit 63ffc0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/freenet/pluginmanager/OfficialPlugins.java
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ public OfficialPlugins() {
.loadedFrom("CHK@zAvWPxjh2rJ7j2cAiXcm2wnDYlURL9BFDGfLBaVtjqU,Ak90k0Qw1b6CWoWZ1AMdvrUj~evz4p9vl75mg7BsEp0,AAMC--8/FlogHelper.jar");
addPlugin("Sharesite")
.inGroup("communication")
.recommendedVersion(5)
.recommendedVersion(7)
.minimumVersion(2)
.loadedFrom("CHK@MDQlAV6EcyIvkomR~~YUx7YOS7BbicvAC9hpedmUlUw,rf3V7plsMOf650hNXOWqmF35dGs1LXRf3TiFOwdghyU,AAMC--8/Sharesite-0-4-8.jar");
.loadedFrom("CHK@~JCtW4wZDI3dX1vKejUQ-y19sC6tfc5L87hcknvAT-g,x5jFuw2KkDVEQ5d31zi47y7lXAHDfcvfu6rOgQpZkHs,AAMC--8/Sharesite-0-5-1.jar");
} catch (MalformedURLException mue1) {
throw new RuntimeException("Could not create FreenetURI.", mue1);
}
Expand Down

0 comments on commit 63ffc0b

Please sign in to comment.