summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorskydrome2015-08-16 18:21:54 -0400
committerskydrome2015-08-16 18:21:54 -0400
commit9bdb3e36449bdb77e2ec8696121aa24f4f289e55 (patch)
treee51c7c28742527da7ee8070f0ed196541754ee0a
parent3b923991085d6819d64285da2264ba0ee1843dcc (diff)
downloadaur-9bdb3e36449bdb77e2ec8696121aa24f4f289e55.tar.gz
bump version build 1470
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29d137d2dd86..8f6a5ba6a490 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 = 1
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#tag=build0016
+ source = git+https://github.com/freenet/plugin-WebOfTrust.git#branch=next
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 4f2f5f0ec57b..2972f2601eb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributors:
#
-_fred=#tag=build01469
+_fred=#tag=build01470
#_fred=#tag=testing-build-1469-pre2
#_fred=#branch=next
-_wot=#tag=build0016
-#_wot=#branch=next
+#_wot=#tag=build0016
+_wot=#branch=next
_plugins=('WebOfTrust' 'JSTUN' 'UPnP' 'KeyUtils')
pkgname=freenet
-pkgver=0.7.5.1469
-pkgrel=3
+pkgver=0.7.5.1470
+pkgrel=1
epoch=1
_pkgver=0.7.5
pkgdesc="An encrypted network without censorship"