summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-04-09 12:19:19 -0500
committerLuis Martinez2022-04-09 12:19:19 -0500
commita89aca4537709e323e2e4fff2dea792c181602e4 (patch)
tree9055d2b2d705d71d2a8687d11280701985a64d40
parent90ed220318a0be5a9e5f196839ced75473f966f2 (diff)
downloadaur-a89aca4537709e323e2e4fff2dea792c181602e4.tar.gz
update to 1.5.1
-rw-r--r--.SRCINFO20
-rw-r--r--LICENSE27
-rw-r--r--PKGBUILD17
3 files changed, 44 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7999f09cb973..b2ecfd1dd39c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = swarm-bee-bin
pkgdesc = Swarm client implemented in Go, basic building block for Swarm Network
- pkgver = 1.5.0
+ pkgver = 1.5.1
pkgrel = 1
url = https://github.com/ethersphere/bee
install = bee.install
@@ -14,19 +14,19 @@ pkgbase = swarm-bee-bin
provides = swarm-bee
conflicts = swarm-bee
backup = etc/bee/bee.yaml
- source = LICENSE-1.5.0::https://github.com/ethersphere/bee/raw/v1.5.0/LICENSE
+ source = LICENSE
source = bee.sysusers
source = bee.tmpfiles
sha256sums = be2cfae74a424aa5e5c82480bc91483ddecac4b8b319fd16fa556940ffefce6e
sha256sums = 36a50889de810ee1dba3fbcb5cc04942e298b8825e4e4fc4f2eabbd844b2cf39
sha256sums = 27465c707fe2600700438cb8c2c5a3b87926ab086ce2e43f72b628650c8de034
- source_x86_64 = swarm-bee-bin-1.5.0-x86_64.deb::https://github.com/ethersphere/bee/releases/download/v1.5.0/bee_1.5.0_amd64.deb
- sha256sums_x86_64 = e882f89d1022205ea3565e7eb39edc2648396e8290458e5eeac1ed6900482a30
- source_i686 = swarm-bee-bin-1.5.0-i686.deb::https://github.com/ethersphere/bee/releases/download/v1.5.0/bee_1.5.0_386.deb
- sha256sums_i686 = 2e4943687cf0127edf147e3c1ac6fc17a335221ded04c5f39a24ca676111b7cb
- source_armv7h = swarm-bee-bin-1.5.0-armv7h.deb::https://github.com/ethersphere/bee/releases/download/v1.5.0/bee_1.5.0_armv7.deb
- sha256sums_armv7h = 0956d7c99b6663651ce54e312d14da5d3b539d0ffccecd93a32c339f53ecae96
- source_aarch64 = swarm-bee-bin-1.5.0-aarch64.deb::https://github.com/ethersphere/bee/releases/download/v1.5.0/bee_1.5.0_arm64.deb
- sha256sums_aarch64 = f90c1350ee5e62990a8726353e9a8057fb9c72beb0034c10b099f0a4228b743b
+ source_x86_64 = swarm-bee-bin-1.5.1-x86_64.deb::https://github.com/ethersphere/bee/releases/download/v1.5.1/bee_1.5.1_amd64.deb
+ sha256sums_x86_64 = 625f741664522263ee178733e75849d3c2441a4653f53389cac080266999b230
+ source_i686 = swarm-bee-bin-1.5.1-i686.deb::https://github.com/ethersphere/bee/releases/download/v1.5.1/bee_1.5.1_386.deb
+ sha256sums_i686 = 25c9bc53ed8079c4da68e262c99ca67d82553980d2c692afde96f75fb42af8ed
+ source_armv7h = swarm-bee-bin-1.5.1-armv7h.deb::https://github.com/ethersphere/bee/releases/download/v1.5.1/bee_1.5.1_armv7.deb
+ sha256sums_armv7h = 64492592b0dcbfd026d07969c8198517e6d639729867dfc0500af778ae6f7ea4
+ source_aarch64 = swarm-bee-bin-1.5.1-aarch64.deb::https://github.com/ethersphere/bee/releases/download/v1.5.1/bee_1.5.1_arm64.deb
+ sha256sums_aarch64 = b90ad01b0bf1b147e16a1f6a63c7be2eef200c6c0a5faee04b7904729cb1741c
pkgname = swarm-bee-bin
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000000000000..aa9623f79113
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,27 @@
+Copyright (c) 2020 The Swarm Authors. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+ * Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above
+copyright notice, this list of conditions and the following disclaimer
+in the documentation and/or other materials provided with the
+distribution.
+ * Neither the name of Swarm nor the names of its
+contributors may be used to endorse or promote products derived from
+this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/PKGBUILD b/PKGBUILD
index 1ebe67154859..6f5391d3fc4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Vyacheslav Konovalov <🦀vk@protonmail.com>
pkgname=swarm-bee-bin
-pkgver=1.5.0
+pkgver=1.5.1
pkgrel=1
pkgdesc='Swarm client implemented in Go, basic building block for Swarm Network'
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
@@ -13,10 +13,7 @@ optdepends=('swarm-bee-clef: external signer for bee')
provides=('swarm-bee')
conflicts=('swarm-bee')
backup=('etc/bee/bee.yaml')
-source=(
- "LICENSE-$pkgver::$url/raw/v$pkgver/LICENSE"
- 'bee.sysusers'
- 'bee.tmpfiles')
+source=('LICENSE' 'bee.sysusers' 'bee.tmpfiles')
source_x86_64=("$pkgname-$pkgver-x86_64.deb::$url/releases/download/v$pkgver/bee_${pkgver}_amd64.deb")
source_i686=("$pkgname-$pkgver-i686.deb::$url/releases/download/v$pkgver/bee_${pkgver}_386.deb")
source_armv7h=("$pkgname-$pkgver-armv7h.deb::$url/releases/download/v$pkgver/bee_${pkgver}_armv7.deb")
@@ -24,10 +21,10 @@ source_aarch64=("$pkgname-$pkgver-aarch64.deb::$url/releases/download/v$pkgver/b
sha256sums=('be2cfae74a424aa5e5c82480bc91483ddecac4b8b319fd16fa556940ffefce6e'
'36a50889de810ee1dba3fbcb5cc04942e298b8825e4e4fc4f2eabbd844b2cf39'
'27465c707fe2600700438cb8c2c5a3b87926ab086ce2e43f72b628650c8de034')
-sha256sums_x86_64=('e882f89d1022205ea3565e7eb39edc2648396e8290458e5eeac1ed6900482a30')
-sha256sums_i686=('2e4943687cf0127edf147e3c1ac6fc17a335221ded04c5f39a24ca676111b7cb')
-sha256sums_armv7h=('0956d7c99b6663651ce54e312d14da5d3b539d0ffccecd93a32c339f53ecae96')
-sha256sums_aarch64=('f90c1350ee5e62990a8726353e9a8057fb9c72beb0034c10b099f0a4228b743b')
+sha256sums_x86_64=('625f741664522263ee178733e75849d3c2441a4653f53389cac080266999b230')
+sha256sums_i686=('25c9bc53ed8079c4da68e262c99ca67d82553980d2c692afde96f75fb42af8ed')
+sha256sums_armv7h=('64492592b0dcbfd026d07969c8198517e6d639729867dfc0500af778ae6f7ea4')
+sha256sums_aarch64=('b90ad01b0bf1b147e16a1f6a63c7be2eef200c6c0a5faee04b7904729cb1741c')
install=bee.install
prepare() {
@@ -35,7 +32,7 @@ prepare() {
}
package() {
- install -Dm644 "LICENSE-$pkgver" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
install -Dm644 etc/default/bee -t "$pkgdir/etc/default"
install -Dm644 etc/bee/bee.yaml -t "$pkgdir/etc/bee"
install -Dm644 lib/systemd/system/bee.service -t "$pkgdir/usr/lib/systemd/system"