summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorskydrome2020-08-25 02:38:59 -0400
committerskydrome2020-08-25 02:38:59 -0400
commit117f2c7d94cbbba6055fab38453b02fe766931f2 (patch)
tree5a417cd9559f0a80bcbdd949939f335ffed7abf8
parent37980efa129044fe1640a829710c40befdfc2275 (diff)
downloadaur-117f2c7d94cbbba6055fab38453b02fe766931f2.tar.gz
0.9.47
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
-rw-r--r--chromium-i2p.sh2
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa8b5ae1b7f5..5bc855e85542 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = i2p-dev
pkgdesc = A distributed anonymous network (daily mtn->git sync)
- pkgver = 0.9.46.0
+ pkgver = 0.9.47.0
pkgrel = 1
url = https://geti2p.net
install = i2p.install
@@ -35,7 +35,7 @@ pkgbase = i2p-dev
sha256sums = 60d187565befa0d8ca8171b517d61d84145179aef0816b39fed63ddaf87f2523
sha256sums = 7a19b9f90c8792460fd58e8b8aa435a065e34d29a942479850472510e9d3078a
sha256sums = 8d39f080c7a2e49226db3a785f3e18583159ef2f95e1ab467fd9984c4e38c9f5
- sha256sums = 77e359cf880ccc09f504372ef85c8ad3ab7d1186106a4ae92c4ff4f37ae650e0
+ sha256sums = a7076156703e2b949331e450455813432caeb4e5712f1c7b668974eb06a69fb9
pkgname = i2p-dev
diff --git a/PKGBUILD b/PKGBUILD
index 01468c58f202..fba8f9259b52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
export LG2=en
pkgname=i2p-dev
-pkgver=0.9.46.0
+pkgver=0.9.47.0
pkgrel=1
pkgdesc="A distributed anonymous network (daily mtn->git sync)"
url="https://geti2p.net"
@@ -23,8 +23,8 @@ options=(!strip)
_gitname=i2p.i2p
_commit=master
-#mirror: https://gitlab.com/I2P/i2p.i2p.git
source=("git+https://github.com/i2p/${_gitname}.git#commit=${_commit}"
+ #"git+https://gitlab.com/I2P/${_gitname}.git#commit=${_commit}"
'i2prouter.service' 'i2p.tmpfiles' 'wrapper.config' 'router.config'
'i2prouter.bash' 'i2prouter.sh' 'chromium-i2p.sh')
@@ -35,7 +35,7 @@ sha256sums=('SKIP'
'60d187565befa0d8ca8171b517d61d84145179aef0816b39fed63ddaf87f2523'
'7a19b9f90c8792460fd58e8b8aa435a065e34d29a942479850472510e9d3078a'
'8d39f080c7a2e49226db3a785f3e18583159ef2f95e1ab467fd9984c4e38c9f5'
- '77e359cf880ccc09f504372ef85c8ad3ab7d1186106a4ae92c4ff4f37ae650e0')
+ 'a7076156703e2b949331e450455813432caeb4e5712f1c7b668974eb06a69fb9')
pkgver() {
cd "$_gitname"
diff --git a/chromium-i2p.sh b/chromium-i2p.sh
index 35c9b226c5a3..e9eac2ed7f55 100644
--- a/chromium-i2p.sh
+++ b/chromium-i2p.sh
@@ -27,7 +27,7 @@ source "$DATADIR/.config"
--disk-cache-size="$CACHESIZE" \
--proxy-server="$PROXY" \
--proxy-bypass-list=127.0.0.1,localhost \
- --{connectivity-check,gcm-checkin,gcm-registration,crash-server,google-apis,google-base,override-metrics-upload,realtime-reporting,test-logging}-url=null \
+ --{connectivity-check,gcm-checkin,gcm-registration,crash-server,google-apis,google-base,override-metrics-upload,realtime-reporting,test-logging}-url="http://0.0.0.0" \
--disable-3d-apis \
--disable-account-consistency \
--disable-background-networking \