summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Jug2016-04-03 09:04:29 -0400
committerSebastian Jug2016-04-03 09:04:29 -0400
commitbc18ad6f8c2d5029a0d8c10672e0e0c91bcadb31 (patch)
treeee103099f181949b7bc9a37cf097b4e052acab85
parente9ec3393c46354a874805ed2a627811976b153b9 (diff)
downloadaur-bc18ad6f8c2d5029a0d8c10672e0e0c91bcadb31.tar.gz
trezord: version bump to v1.1.3
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 132cb927f838..2639cfc7f1de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Apr 3 13:03:36 UTC 2016
pkgbase = trezor-bridge-bin
pkgdesc = Standalone application to use the trezor hardware bitcoin wallet with your computer
- pkgver = 1.1.2
+ pkgver = 1.1.3
pkgrel = 1
url = https://mytrezor.com/
install = trezor-bridge-bin.install
@@ -10,10 +12,10 @@ pkgbase = trezor-bridge-bin
depends = curl
depends = libmicrohttpd
depends = libusb
- source_i686 = https://mytrezor.s3.amazonaws.com/bridge/1.1.2/trezor-bridge_1.1.2_i386.deb
- sha256sums_i686 = a604a65e0f380453db10c9ecb733bc35078f3b47b7cf2d2ff0f57b5e4d288e2d
- source_x86_64 = https://mytrezor.s3.amazonaws.com/bridge/1.1.2/trezor-bridge_1.1.2_amd64.deb
- sha256sums_x86_64 = 576e17cc6dbe8f9d59f69014102b1ab8544cd39ce283cd30387719cb4a2aaf88
+ source_i686 = https://mytrezor.s3.amazonaws.com/bridge/1.1.3/trezor-bridge_1.1.3_i386.deb
+ sha256sums_i686 = 2b5cf70dd2b5d5bd3df77375dace5242c7e7fc104651d086106d3b2038a564f7
+ source_x86_64 = https://mytrezor.s3.amazonaws.com/bridge/1.1.3/trezor-bridge_1.1.3_amd64.deb
+ sha256sums_x86_64 = 079600f4c39699f71243904925d96584420773015328cc5fd7edb0ef739f14b3
pkgname = trezor-bridge-bin
diff --git a/PKGBUILD b/PKGBUILD
index f2a72178efc0..d512ad82494c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
#
pkgname=trezor-bridge-bin
-pkgver=1.1.2
+pkgver=1.1.3
pkgrel=1
pkgdesc="Standalone application to use the trezor hardware bitcoin wallet with your computer"
arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@ options=()
install=$pkgname.install
source_i686=("https://mytrezor.s3.amazonaws.com/bridge/${pkgver}/trezor-bridge_${pkgver}_i386.deb")
source_x86_64=("https://mytrezor.s3.amazonaws.com/bridge/${pkgver}/trezor-bridge_${pkgver}_amd64.deb")
-sha256sums_i686=('a604a65e0f380453db10c9ecb733bc35078f3b47b7cf2d2ff0f57b5e4d288e2d')
-sha256sums_x86_64=('576e17cc6dbe8f9d59f69014102b1ab8544cd39ce283cd30387719cb4a2aaf88')
+sha256sums_i686=('2b5cf70dd2b5d5bd3df77375dace5242c7e7fc104651d086106d3b2038a564f7')
+sha256sums_x86_64=('079600f4c39699f71243904925d96584420773015328cc5fd7edb0ef739f14b3')
package() {
msg2 "Extracting the data..."