summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Lundin2023-04-07 15:34:44 +0200
committerDaniel Lundin2023-04-07 15:34:44 +0200
commit4f15a8b61a139548f8e9fc3fc54cd7126658b3f5 (patch)
tree2f6deaca6d4c41c5bb149138c62301beb895128f
parentaec064fd862af96342a053120c3439b4f995c9f7 (diff)
downloadaur-4f15a8b61a139548f8e9fc3fc54cd7126658b3f5.tar.gz
Update to latest version: 0.2.20230330-193452-h69692651
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4058e970115..a15e01d0fb6b 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.20230228.144002.h9440b05e
+ pkgver = 0.2.20230330.193452.h69692651
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.20230228-144002-h9440b05e/sapling_0.2.20230228-144002-h9440b05e_amd64.Ubuntu22.04.deb
- sha256sums = 9841f572b99f9e92df6b511957978b1395164be2622334b218ce92de90f738a9
+ source = https://github.com/facebook/sapling/releases/download/0.2.20230330-193452-h69692651/sapling_0.2.20230330-193452-h69692651_amd64.Ubuntu22.04.deb
+ sha256sums = e7d9cf7e0f303bad1936758c722da8b16bb590ad3095068c8fac37d69fcbedda
pkgname = sapling-scm-bin
diff --git a/PKGBUILD b/PKGBUILD
index a20873cd9b61..b3aeb8d5aa08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lars Sjöström <(firstname) @ radicore.se>
pkgname=sapling-scm-bin
-_realver=0.2.20230228-144002-h9440b05e
+_realver=0.2.20230330-193452-h69692651
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=('9841f572b99f9e92df6b511957978b1395164be2622334b218ce92de90f738a9')
+sha256sums=('e7d9cf7e0f303bad1936758c722da8b16bb590ad3095068c8fac37d69fcbedda')
package() {
cd "${srcdir}"