summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f02bdd3e5e40..a4058e970115 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sapling-scm-bin
pkgdesc = Sapling SCM is a cross-platform, highly scalable, Git-compatible source control system.
- pkgver = 0.2.20230124.180750.hf8cd450a
+ pkgver = 0.2.20230228.144002.h9440b05e
pkgrel = 2
epoch = 1
url = https://sapling-scm.com/
@@ -14,7 +14,7 @@ pkgbase = sapling-scm-bin
provides = sapling-scm
conflicts = sapling-scm
options = !strip
- source = https://github.com/facebook/sapling/releases/download/0.2.20230124-180750-hf8cd450a/sapling_0.2.20230124-180750-hf8cd450a_amd64.Ubuntu22.04.deb
- sha256sums = 6d20686c4fa713ae861ab84728a162c6f750c8fe149d2c8a717601df0ed163ab
+ source = https://github.com/facebook/sapling/releases/download/0.2.20230228-144002-h9440b05e/sapling_0.2.20230228-144002-h9440b05e_amd64.Ubuntu22.04.deb
+ sha256sums = 9841f572b99f9e92df6b511957978b1395164be2622334b218ce92de90f738a9
pkgname = sapling-scm-bin
diff --git a/PKGBUILD b/PKGBUILD
index f0a2352a75fe..a20873cd9b61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lars Sjöström <(firstname) @ radicore.se>
pkgname=sapling-scm-bin
-_realver=0.2.20230124-180750-hf8cd450a
+_realver=0.2.20230228-144002-h9440b05e
pkgver="${_realver//-/.}" # dashes aren't allowed in pkgver
pkgrel=2
epoch=1
@@ -17,7 +17,7 @@ conflicts=('sapling-scm')
options=('!strip')
source=("https://github.com/facebook/sapling/releases/download/$_realver/sapling_${_realver}_amd64.Ubuntu22.04.deb")
-sha256sums=('6d20686c4fa713ae861ab84728a162c6f750c8fe149d2c8a717601df0ed163ab')
+sha256sums=('9841f572b99f9e92df6b511957978b1395164be2622334b218ce92de90f738a9')
package() {
cd "${srcdir}"