diff --git a/.SRCINFO b/.SRCINFO index 40bf17a98757..84bb313b1cdf 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = anytype-alpha-bin pkgdesc = Operating environment for the new internet. Anytype is a next generation software that breaks down barriers between applications, gives back privacy and data ownership to users. - pkgver = 0.51.7 + pkgver = 0.51.11 pkgrel = 1 url = https://github.com/anyproto/anytype-ts 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.51.7-alpha/anytype_0.51.7-alpha_amd64.deb - source = https://raw.githubusercontent.com/anyproto/anytype-ts/refs/tags/v0.51.7-alpha/LICENSE.md - sha256sums = ca4babe2c7d271f727e1f51ed6a692224cc3406a71bced189d634bec636fc945 + source = https://github.com/anyproto/anytype-ts/releases/download/v0.51.11-alpha/anytype_0.51.11-alpha_amd64.deb + source = https://raw.githubusercontent.com/anyproto/anytype-ts/refs/tags/v0.51.11-alpha/LICENSE.md + sha256sums = d4ead5ce1e90b42e39f8478562794ef7375d65bd246eb3e14465fdc21c49d412 sha256sums = daad9eb95adc6262b07115ba2cf87cd4c64acaca4b45d48e0fd3b15a72a31dc1 pkgname = anytype-alpha-bin diff --git a/PKGBUILD b/PKGBUILD index 101076592aa3..d16be670b944 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgname=anytype-alpha-bin _pkgname=anytype _truetag="-alpha" # Usually -alpha, but sometimes they do the next version as -beta ( blank is stable, this package only updates for alpha/beta versions ) which is weird -pkgver=0.51.7 +pkgver=0.51.11 pkgrel=1 pkgdesc="Operating environment for the new internet. Anytype is a next generation software that breaks down barriers between applications, gives back privacy and data ownership to users." arch=('x86_64') @@ -24,7 +24,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/refs/tags/v${pkgver}${_truetag}/LICENSE.md" ) -sha256sums=('ca4babe2c7d271f727e1f51ed6a692224cc3406a71bced189d634bec636fc945' +sha256sums=('d4ead5ce1e90b42e39f8478562794ef7375d65bd246eb3e14465fdc21c49d412' 'daad9eb95adc6262b07115ba2cf87cd4c64acaca4b45d48e0fd3b15a72a31dc1') package() {