summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorskydrome2015-08-18 09:19:25 -0400
committerskydrome2015-08-18 09:19:25 -0400
commitf6aa5a0405de6e0442a01fadc6b9973f9adfe38c (patch)
treedd921a6f7380ea13dc50d2cef84752b7875dca31
parenta9ffa7d49454d841cddbdbe7438298407e867b68 (diff)
downloadaur-f6aa5a0405de6e0442a01fadc6b9973f9adfe38c.tar.gz
bump fred to master/build1470
bump Wot to next/build0017
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0964a1a97b08..486cb4bdb15d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = freenet
pkgdesc = An encrypted network without censorship
- pkgver = 0.7.5.1469
- pkgrel = 3
+ pkgver = 0.7.5.1470
+ pkgrel = 2
epoch = 1
url = https://downloads.freenetproject.org
install = freenet.install
@@ -25,12 +25,12 @@ pkgbase = freenet
noextract = commons-compress.jar
backup = opt/freenet/wrapper.config
backup = opt/freenet/conf/freenet.ini
- source = git+https://github.com/freenet/fred.git#tag=build01469
+ source = git+https://github.com/freenet/fred.git#tag=build01470
source = git+https://github.com/freenet/contrib.git
source = git+https://github.com/freenet/plugin-JSTUN.git
source = git+https://github.com/freenet/plugin-UPnP.git
source = git+https://github.com/freenet/plugin-KeyUtils.git
- source = git+https://github.com/freenet/plugin-WebOfTrust.git#commit=c4435c
+ source = git+https://github.com/freenet/plugin-WebOfTrust.git#commit=854fbce
source = https://downloads.freenetproject.org/alpha/opennet/seednodes.fref
source = https://downloads.freenetproject.org/contrib/jar/latest/commons-compress.jar
source = https://raw.githubusercontent.com/i2p/i2p.i2p/master/core/c/jcpuid/src/jcpuid.c
diff --git a/PKGBUILD b/PKGBUILD
index 8c8151a3ea6b..00a265037e2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,17 @@
# Contributors:
#
-_fred=#tag=build01469
-#_fred=#tag=testing-build-1469-pre2
+_fred=#tag=build01470
#_fred=#branch=next
-_wot=#commit=c4435c
+_wot=#commit=854fbce # v0.4.3 build0017
#_wot=#branch=next
_plugins=('WebOfTrust' 'JSTUN' 'UPnP' 'KeyUtils')
pkgname=freenet
-pkgver=0.7.5.1469
-pkgrel=3
+pkgver=0.7.5.1470
+pkgrel=2
epoch=1
_pkgver=0.7.5
pkgdesc="An encrypted network without censorship"