This commit is contained in:
Kainoa Kanter 2024-11-13 17:10:19 -03:00
parent 14baeaab08
commit b5e04e20d6
No known key found for this signature in database
GPG key ID: 8703CACD01000000
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = anytype-alpha-bin
pkgdesc = Local/offline first, decentralized, P2P & E2EE notes/mindmapping/'everything app' platform (alternative to Notion).
pkgver = 0.43.4
pkgver = 0.43.15
pkgrel = 1
url = https://anytype.io/
arch = x86_64
@ -17,9 +17,9 @@ pkgbase = anytype-alpha-bin
conflicts = anytype-legacy
conflicts = anytype-electron-bin
conflicts = anytype-bin
source = https://github.com/anyproto/anytype-ts/releases/download/v0.43.4-alpha/anytype_0.43.4-alpha_amd64.deb
source = https://github.com/anyproto/anytype-ts/releases/download/v0.43.15-alpha/anytype_0.43.15-alpha_amd64.deb
source = https://raw.githubusercontent.com/anyproto/anytype-ts/main/LICENSE.md
sha256sums = dfecb1cd2a59efdd2aad1084afaeb83b1e3b8ef2fe73851620e1c4e7a9d80d39
sha256sums = d4a9ae6d66800631c29676439c4c297700fe7e910d02262a5ad9e6ac1a03016a
sha256sums = daad9eb95adc6262b07115ba2cf87cd4c64acaca4b45d48e0fd3b15a72a31dc1
pkgname = anytype-alpha-bin

View file

@ -5,7 +5,7 @@
pkgname=anytype-alpha-bin
_truetag="-alpha" # Usually -alpha, but sometimes they do the next version as -beta or blank (stable) which is weird
pkgver=0.43.4
pkgver=0.43.15
pkgrel=1
pkgdesc="Local/offline first, decentralized, P2P & E2EE notes/mindmapping/'everything app' platform (alternative to Notion)."
arch=('x86_64')
@ -22,7 +22,7 @@ source=(
"https://github.com/anyproto/anytype-ts/releases/download/v${pkgver}${_truetag}/anytype_${pkgver}${_truetag}_amd64.deb"
"https://raw.githubusercontent.com/anyproto/anytype-ts/main/LICENSE.md"
)
sha256sums=('dfecb1cd2a59efdd2aad1084afaeb83b1e3b8ef2fe73851620e1c4e7a9d80d39'
sha256sums=('d4a9ae6d66800631c29676439c4c297700fe7e910d02262a5ad9e6ac1a03016a'
'daad9eb95adc6262b07115ba2cf87cd4c64acaca4b45d48e0fd3b15a72a31dc1')
package() {