summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorskydrome2023-01-11 22:18:41 -0500
committerskydrome2023-01-11 22:18:41 -0500
commit1ac5746e498524fd5685eec01e2f80341ad4ad30 (patch)
treece9a25e4f51c0134e1e3fd61195694b5a9eabaad
parent72ddeb61df0dbf08d43263587c18db56c796ef9a (diff)
downloadaur-1ac5746e498524fd5685eec01e2f80341ad4ad30.tar.gz
1496
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53bd21d78ed2..e5987d5c45c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = freenet
pkgdesc = A peer-to-peer platform for censorship-resistant communication and publishing
- pkgver = 0.7.5.1495
+ pkgver = 0.7.5.1496
pkgrel = 1
url = https://freenetproject.org
install = freenet.install
@@ -14,7 +14,7 @@ pkgbase = freenet
depends = nss
depends = java-service-wrapper
backup = opt/freenet/wrapper.config
- source = git+https://github.com/freenet/fred.git?signed#tag=build01495
+ source = git+https://github.com/freenet/fred.git?signed#tag=build01496
source = git+https://github.com/freenet/plugin-WebOfTrust.git#branch=next
source = git+https://github.com/freenet/seedrefs.git
source = run.sh
diff --git a/PKGBUILD b/PKGBUILD
index 657a275a653d..559ffcb028d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
# TODO: https://github.com/freenet/fred/pull/807
-_fred=build01495
+_fred=build01496
_wot=next
_plugins=('WebOfTrust')
pkgname=freenet
-pkgver=0.7.5.1495
+pkgver=0.7.5.1496
pkgrel=1
pkgdesc="A peer-to-peer platform for censorship-resistant communication and publishing"
url="https://freenetproject.org"