summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-09-06 13:05:49 +0200
committerMarcin Wieczorek2017-09-06 13:05:49 +0200
commit6ba923ff7e95e9c10dc4ca18d6cf3b480a6e46f9 (patch)
treef37d8fc88d32fdbad8c03a75184c21de50cbf2a9
parent172142c50fc1ab195cf21702e28ee4841ba79b7f (diff)
downloadaur-6ba923ff7e95e9c10dc4ca18d6cf3b480a6e46f9.tar.gz
Version 3.7.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c981ed879f3f..6251262c5e5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lantern-bin
pkgdesc = Free desktop application that delivers fast, reliable and secure access to the open Internet. (Stable Channel, binary)
- pkgver = 3.7.0
+ pkgver = 3.7.4
pkgrel = 1
url = https://getlantern.org
arch = i686
@@ -17,10 +17,10 @@ pkgbase = lantern-bin
options = !docs
source = lantern.service
sha256sums = fdece37945be10c00210bbde7b4058c356ef1df0554bd963fcddd12990ff930b
- source_i686 = https://raw.githubusercontent.com/getlantern/lantern-binaries/master/lantern-installer-32-bit.deb
- sha256sums_i686 = fd4b99ea7073f459b18b9c576edd05f53cc9d20d51e9a1de2e42cc2cf821b42d
- source_x86_64 = https://raw.githubusercontent.com/getlantern/lantern-binaries/master/lantern-installer-64-bit.deb
- sha256sums_x86_64 = c2e7f902ba2dad7ed704a9753b660a32394b686c08287d8cf4a366b57e2073dc
+ source_i686 = lantern-bin-3.7.4-i686.deb::https://raw.githubusercontent.com/getlantern/lantern-binaries/master/lantern-installer-32-bit.deb
+ sha256sums_i686 = 603cfb87ebed6ff9c0c68c3c27eac5c4a836206bb1b57459fd3b7cb21c43e3c0
+ source_x86_64 = lantern-bin-3.7.4-x86_64.deb::https://raw.githubusercontent.com/getlantern/lantern-binaries/master/lantern-installer-64-bit.deb
+ sha256sums_x86_64 = 1d0e3fb1553653c895bc2c2587fa8ba7dab30db4d7d548a221f03dc8e63e91f1
pkgname = lantern-bin
diff --git a/PKGBUILD b/PKGBUILD
index cebf650cc46d..615635d7e53e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Kars Wang <jaklsy g-mail>
pkgname=lantern-bin
-pkgver=3.7.0
+pkgver=3.7.4
pkgrel=1
pkgdesc='Free desktop application that delivers fast, reliable and secure access to the open Internet. (Stable Channel, binary)'
arch=('i686' 'x86_64')
@@ -14,11 +14,11 @@ options=('!emptydirs' '!strip' '!docs')
conflicts=('lantern' 'lantern-headless' 'lantern-headless-git' 'lantern-git')
provides=('lantern')
source=('lantern.service')
-source_i686=('https://raw.githubusercontent.com/getlantern/lantern-binaries/master/lantern-installer-32-bit.deb')
-source_x86_64=('https://raw.githubusercontent.com/getlantern/lantern-binaries/master/lantern-installer-64-bit.deb')
+source_i686=("${pkgname}-${pkgver}-i686.deb::https://raw.githubusercontent.com/getlantern/lantern-binaries/master/lantern-installer-32-bit.deb")
+source_x86_64=("${pkgname}-${pkgver}-x86_64.deb::https://raw.githubusercontent.com/getlantern/lantern-binaries/master/lantern-installer-64-bit.deb")
sha256sums=('fdece37945be10c00210bbde7b4058c356ef1df0554bd963fcddd12990ff930b')
-sha256sums_i686=('fd4b99ea7073f459b18b9c576edd05f53cc9d20d51e9a1de2e42cc2cf821b42d')
-sha256sums_x86_64=('c2e7f902ba2dad7ed704a9753b660a32394b686c08287d8cf4a366b57e2073dc')
+sha256sums_i686=('603cfb87ebed6ff9c0c68c3c27eac5c4a836206bb1b57459fd3b7cb21c43e3c0')
+sha256sums_x86_64=('1d0e3fb1553653c895bc2c2587fa8ba7dab30db4d7d548a221f03dc8e63e91f1')
package() {
msg2 'Extracting the data.tar.xz...'