summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAyrton Araújo2016-03-28 11:12:13 -0400
committerAyrton Araújo2016-03-28 11:12:13 -0400
commit8e8449af2c77fd571c0d0117762cdc215405ad59 (patch)
tree1ec4dfb1f3b6c32d455250e9bbe6033592194f80
parent61642cf7fd226dde3afbf98570855b76d3a6fea8 (diff)
parent291835a7198d66aac28957c69f7c835384131fb1 (diff)
downloadaur-8e8449af2c77fd571c0d0117762cdc215405ad59.tar.gz
Merge pull request #1 from imprecision/master
Update hosting URLs
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc793409c1a1..29b4e9cf9191 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,9 +12,9 @@ pkgbase = franz
sha256sums = 5d53c349bcf0452a31e3aee609eac6809f26750f4fb4da049132adc5c9a40289
sha256sums = 331918823545ad2696a7fb1c8650f1d001be6dfe40f09dd430dee0e4e3f34594
sha256sums = 6e761371afadf155b8bc25e94fd7de371c16130a87338300e5800924916a7a28
- source_i686 = https://storage.googleapis.com/franz-1245.appspot.com/downloads/linux-ia32/Franz-linux-ia32-0-9-9.tgz
+ source_i686 = https://github.com/imprecision/franz-app/releases/download/0.9.9/Franz-linux-ia32-0.9.9.tgz
sha256sums_i686 = a302f29637e8be9fa9ec63212c0a34e72b4b57085060333d61531b749ebf193a
- source_x86_64 = https://storage.googleapis.com/franz-1245.appspot.com/downloads/linux-x64/Franz-linux-x64-0-9-9.tgz
+ source_x86_64 = https://github.com/imprecision/franz-app/releases/download/0.9.9/Franz-linux-x64-0.9.9.tgz
sha256sums_x86_64 = 8dcba5943623add45ae3fa048b8d3cf5743c5f7c45c432be05818433de328987
pkgname = franz
diff --git a/PKGBUILD b/PKGBUILD
index c4e1d2b51edc..dcae387b8a09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@ license=("custom:github")
#Sources
source=("$pkgname.sh" "$pkgname.desktop" "$pkgname.png")
-source_i686=('https://storage.googleapis.com/franz-1245.appspot.com/downloads/linux-ia32/Franz-linux-ia32-'$_pkgver_dash'.tgz')
-source_x86_64=('https://storage.googleapis.com/franz-1245.appspot.com/downloads/linux-x64/Franz-linux-x64-'$_pkgver_dash'.tgz')
+source_i686=('https://github.com/imprecision/franz-app/releases/download/'$pkgver'/Franz-linux-ia32-'$pkgver'.tgz')
+source_x86_64=('https://github.com/imprecision/franz-app/releases/download/'$pkgver'/Franz-linux-x64-'$pkgver'.tgz')
#Checksums
sha256sums=('5d53c349bcf0452a31e3aee609eac6809f26750f4fb4da049132adc5c9a40289'
'331918823545ad2696a7fb1c8650f1d001be6dfe40f09dd430dee0e4e3f34594'