summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJules Sam. Randolph2021-06-08 10:31:31 -0300
committerJules Sam. Randolph2021-06-08 10:31:31 -0300
commit6cfa722442563c2c7090e1ec690aa31c1bd91ef7 (patch)
tree2ebf2475d9f9313cf9b496731735d8b0985f927e
parent962ccad81c510919337aa80923ff3a19285ef7fc (diff)
downloadaur-6cfa722442563c2c7090e1ec690aa31c1bd91ef7.tar.gz
Bump v0.92.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 208addbad2d7..4a8dfd79bc1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = flipper
pkgdesc = A desktop debugging platform for mobile developers
- pkgver = 0.90.2
+ pkgver = 0.92.0
pkgrel = 1
url = https://fbflipper.com
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = flipper
optdepends = watchman: Required for a fully functional install
optdepends = android-sdk: Required for a fully functional install
conflicts = flipper-bin
- source = flipper-0.90.2.tar.gz::https://github.com/facebook/flipper/archive/v0.90.2.tar.gz
- sha256sums = 2a74570bd6bf6e360f70d0296b210b34bce0584a52f44c1bc8d7361df11bc8b7
+ source = flipper-0.92.0.tar.gz::https://github.com/facebook/flipper/archive/v0.92.0.tar.gz
+ sha256sums = 0e14ff28318043148c9a9479f19edbc6214f64f917d5815665fba15ce115c3e5
pkgname = flipper
diff --git a/PKGBUILD b/PKGBUILD
index f24914341a58..357152160bb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=flipper
-pkgver=0.90.2
+pkgver=0.92.0
pkgrel=1
pkgdesc="A desktop debugging platform for mobile developers"
arch=('x86_64')
@@ -19,7 +19,7 @@ optdepends=('watchman: Required for a fully functional install'
'android-sdk: Required for a fully functional install')
makedepends=('git' 'yarn' 'gendesk')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/facebook/flipper/archive/v${pkgver}.tar.gz")
-sha256sums=('2a74570bd6bf6e360f70d0296b210b34bce0584a52f44c1bc8d7361df11bc8b7')
+sha256sums=('0e14ff28318043148c9a9479f19edbc6214f64f917d5815665fba15ce115c3e5')
conflicts=('flipper-bin')
build() {