diff --git a/.SRCINFO b/.SRCINFO index 452f6bb1cd8d..ab4e67521a74 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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.44.0 + pkgver = 0.45.22 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.44.0/anytype_0.44.0_amd64.deb + source = https://github.com/anyproto/anytype-ts/releases/download/v0.45.22-alpha/anytype_0.45.22-alpha_amd64.deb source = https://raw.githubusercontent.com/anyproto/anytype-ts/main/LICENSE.md - sha256sums = e0186794b5d0ab9b7db43734d1fe71232601b8e18455a1fa39625ee2cddf5e36 + sha256sums = 7eabd02ea15aa68b11e522c1c588c4eaba044a9d316b160d238d31a46df0955a sha256sums = daad9eb95adc6262b07115ba2cf87cd4c64acaca4b45d48e0fd3b15a72a31dc1 pkgname = anytype-alpha-bin diff --git a/PKGBUILD b/PKGBUILD index 1cdb0f412544..7f9a726d15af 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,8 +4,8 @@ # - https://aur.archlinux.org/packages/element-desktop-nightly-bin pkgname=anytype-alpha-bin -_truetag="" # Usually -alpha, but sometimes they do the next version as -beta or blank (stable) which is weird -pkgver=0.44.0 +_truetag="-alpha" # Usually -alpha, but sometimes they do the next version as -beta or blank (stable) which is weird +pkgver=0.45.22 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=('e0186794b5d0ab9b7db43734d1fe71232601b8e18455a1fa39625ee2cddf5e36' +sha256sums=('7eabd02ea15aa68b11e522c1c588c4eaba044a9d316b160d238d31a46df0955a' 'daad9eb95adc6262b07115ba2cf87cd4c64acaca4b45d48e0fd3b15a72a31dc1') package() {