summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanek Thomaschewski2020-09-03 02:28:47 +0200
committerJanek Thomaschewski2020-09-03 02:28:47 +0200
commit6ef0c01cde344b01db1f4ba253d50e5fec92d309 (patch)
tree95f403a2103333ceb853f86ba2412efa7174ed4a
parentb4321aa1d006593bda4ead6ba46f67e0d71367db (diff)
downloadaur-6ef0c01cde344b01db1f4ba253d50e5fec92d309.tar.gz
upgpkg: rambox-bin 0.7.6-1
upstream release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77c895b42521..7928c8d512cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rambox-bin
pkgdesc = Free and Open Source messaging and emailing app that combines common web applications into one.
- pkgver = 0.7.5
+ pkgver = 0.7.6
pkgrel = 1
url = http://rambox.pro/
arch = i686
@@ -24,10 +24,10 @@ pkgbase = rambox-bin
sha256sums = ee2573d62b580e8ee584335534976396761b5da53a009bccb881b9cf6cb2041d
sha256sums = 61ad70a929c402e24c79b8868208310f9b3c4d7801db2b791af38293231ee524
sha256sums = 0bf4d0c849ad6151f77b346fea0424fab910f434378f9890b16fd15a32a10064
- source_i686 = https://github.com/ramboxapp/community-edition/releases/download/0.7.5/Rambox-0.7.5-linux-ia32.tar.gz
- sha256sums_i686 = b31f482f05111b9578bf358e65de270e7402ae5074d9b21cb4c206362e92d747
- source_x86_64 = https://github.com/ramboxapp/community-edition/releases/download/0.7.5/Rambox-0.7.5-linux-x64.tar.gz
- sha256sums_x86_64 = 12400d7c774eb360e3dd15dc356af0a72b9f5813ca829cd436f9b274aaf3e67a
+ source_i686 = https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-linux-ia32.tar.gz
+ sha256sums_i686 = 65045340f7a378aff8388d95c1d3d91dbc7d0701290c7efc5eca4bd6d2557bb5
+ source_x86_64 = https://github.com/ramboxapp/community-edition/releases/download/0.7.6/Rambox-0.7.6-linux-x64.tar.gz
+ sha256sums_x86_64 = 05bf245491ee81d36f055c9950c96c9dedd883dda585f48e1cfd83cb26f3e0d9
pkgname = rambox-bin
diff --git a/PKGBUILD b/PKGBUILD
index 090479dc12b2..2dcf04dd97fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=rambox-bin
_pkgname=rambox
-pkgver=0.7.5
+pkgver=0.7.6
pkgrel=1
pkgdesc='Free and Open Source messaging and emailing app that combines common web applications into one.'
arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@ source_x86_64=("https://github.com/ramboxapp/community-edition/releases/download
sha256sums=('ee2573d62b580e8ee584335534976396761b5da53a009bccb881b9cf6cb2041d'
'61ad70a929c402e24c79b8868208310f9b3c4d7801db2b791af38293231ee524'
'0bf4d0c849ad6151f77b346fea0424fab910f434378f9890b16fd15a32a10064')
-sha256sums_i686=('b31f482f05111b9578bf358e65de270e7402ae5074d9b21cb4c206362e92d747')
-sha256sums_x86_64=('12400d7c774eb360e3dd15dc356af0a72b9f5813ca829cd436f9b274aaf3e67a')
+sha256sums_i686=('65045340f7a378aff8388d95c1d3d91dbc7d0701290c7efc5eca4bd6d2557bb5')
+sha256sums_x86_64=('05bf245491ee81d36f055c9950c96c9dedd883dda585f48e1cfd83cb26f3e0d9')
# path after extraction
_path="Rambox-${pkgver}-linux"