summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Jug2016-10-19 20:23:47 -0400
committerSebastian Jug2016-10-19 20:23:47 -0400
commitab1b20dbadaa7433a7bf48e0d5610852f1ec9214 (patch)
tree2d36b991e6456a5f9d83df844eae51947bd1d64d
parentbc18ad6f8c2d5029a0d8c10672e0e0c91bcadb31 (diff)
downloadaur-ab1b20dbadaa7433a7bf48e0d5610852f1ec9214.tar.gz
trezord: version bump to v1.2.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2639cfc7f1de..765362228b4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Apr 3 13:03:36 UTC 2016
+# Thu Oct 20 00:23:22 UTC 2016
pkgbase = trezor-bridge-bin
pkgdesc = Standalone application to use the trezor hardware bitcoin wallet with your computer
- pkgver = 1.1.3
+ pkgver = 1.2.0
pkgrel = 1
url = https://mytrezor.com/
install = trezor-bridge-bin.install
@@ -12,10 +12,10 @@ pkgbase = trezor-bridge-bin
depends = curl
depends = libmicrohttpd
depends = libusb
- 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
+ source_i686 = https://mytrezor.s3.amazonaws.com/bridge/1.2.0/trezor-bridge_1.2.0_i386.deb
+ sha256sums_i686 = ef156e38f7622c4033839e7adac16f9744b27d6554c786e9e8d2d814f19c89e6
+ source_x86_64 = https://mytrezor.s3.amazonaws.com/bridge/1.2.0/trezor-bridge_1.2.0_amd64.deb
+ sha256sums_x86_64 = 1eba299bcd96be68b675efe5935705cccf013c8b7a452497d83b3ca4bba23297
pkgname = trezor-bridge-bin
diff --git a/PKGBUILD b/PKGBUILD
index d512ad82494c..58f20f2b59ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
#
pkgname=trezor-bridge-bin
-pkgver=1.1.3
+pkgver=1.2.0
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=('2b5cf70dd2b5d5bd3df77375dace5242c7e7fc104651d086106d3b2038a564f7')
-sha256sums_x86_64=('079600f4c39699f71243904925d96584420773015328cc5fd7edb0ef739f14b3')
+sha256sums_i686=('ef156e38f7622c4033839e7adac16f9744b27d6554c786e9e8d2d814f19c89e6')
+sha256sums_x86_64=('1eba299bcd96be68b675efe5935705cccf013c8b7a452497d83b3ca4bba23297')
package() {
msg2 "Extracting the data..."