diff options
author | Janek Thomaschewski | 2016-09-27 21:54:24 +0200 |
---|---|---|
committer | Janek Thomaschewski | 2016-09-27 21:54:24 +0200 |
commit | 302ecbe80b4854afc50060c175ef8a0816e70464 (patch) | |
tree | 9526ed5b98681d49aeab6de452a7f28987241334 | |
parent | 35c96fc2a3facf6e8f69861104f6af38cfff017d (diff) | |
download | aur-302ecbe80b4854afc50060c175ef8a0816e70464.tar.gz |
Revert "Revert "Version bump to 0.4.4""
Reverted the revert (Upgraded to 0.4.4 as the CPU issue is independent
of the Rambox version)
This reverts commit 35c96fc2a3facf6e8f69861104f6af38cfff017d.
-rw-r--r-- | .SRCINFO | 12 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 9 insertions, 9 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Fri Sep 9 07:56:55 UTC 2016 +# Tue Sep 27 03:15:46 UTC 2016 pkgbase = rambox-bin pkgdesc = Free and Open Source messaging and emailing app that combines common web applications into one. - pkgver = 0.4.2 + pkgver = 0.4.4 pkgrel = 1 url = http://rambox.pro/ arch = i686 @@ -24,10 +24,10 @@ pkgbase = rambox-bin sha256sums = 80d75e70dc6c843c3dd3f7c4ff92d89e452814234148315348a755c330f2e902 sha256sums = 61ad70a929c402e24c79b8868208310f9b3c4d7801db2b791af38293231ee524 sha256sums = 0bf4d0c849ad6151f77b346fea0424fab910f434378f9890b16fd15a32a10064 - source_i686 = https://github.com/saenzramiro/rambox/releases/download/0.4.2/rambox-0.4.2-ia32.tar.gz - sha256sums_i686 = 0be25b72ba209923db57af9b7a9b1353c24df92313941a4edc450c032ffda2cf - source_x86_64 = https://github.com/saenzramiro/rambox/releases/download/0.4.2/rambox-0.4.2-x64.tar.gz - sha256sums_x86_64 = 172819e1d03a02186560f6bcb5c2d5bddd0490092f6552a89aacbd97d24f9c07 + source_i686 = https://github.com/saenzramiro/rambox/releases/download/0.4.4/rambox-0.4.4-ia32.tar.gz + sha256sums_i686 = 821a52acc7f4920179358501a20959050be578afdcf61c7035a9d18a583e419a + source_x86_64 = https://github.com/saenzramiro/rambox/releases/download/0.4.4/rambox-0.4.4-x64.tar.gz + sha256sums_x86_64 = 20a622f81000c274ec2bf7f1fc7300d3905f3dbd0caaebb38bde1d19f952bc17 pkgname = rambox-bin @@ -2,7 +2,7 @@ pkgname=rambox-bin _pkgname=rambox -pkgver=0.4.2 +pkgver=0.4.4 pkgrel=1 pkgdesc='Free and Open Source messaging and emailing app that combines common web applications into one.' arch=('i686' 'x86_64') @@ -17,8 +17,8 @@ source_x86_64=("https://github.com/saenzramiro/rambox/releases/download/$pkgver/ sha256sums=('80d75e70dc6c843c3dd3f7c4ff92d89e452814234148315348a755c330f2e902' '61ad70a929c402e24c79b8868208310f9b3c4d7801db2b791af38293231ee524' '0bf4d0c849ad6151f77b346fea0424fab910f434378f9890b16fd15a32a10064') -sha256sums_i686=('0be25b72ba209923db57af9b7a9b1353c24df92313941a4edc450c032ffda2cf') -sha256sums_x86_64=('172819e1d03a02186560f6bcb5c2d5bddd0490092f6552a89aacbd97d24f9c07') +sha256sums_i686=('821a52acc7f4920179358501a20959050be578afdcf61c7035a9d18a583e419a') +sha256sums_x86_64=('20a622f81000c274ec2bf7f1fc7300d3905f3dbd0caaebb38bde1d19f952bc17') package() { install -d ${pkgdir}/{opt/rambox,usr/{bin,share/pixmaps}} |