summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Lundin2023-05-24 09:13:55 +0200
committerDaniel Lundin2023-05-24 09:13:55 +0200
commitd718c5d029d7d1bdd63711c9955ed6b141f843ac (patch)
tree9471edd31c22ae07776c9269290d3f09ffab830f
parent8feedb5ac12c4b8308deeb08f2980e19aaefb630 (diff)
downloadaur-d718c5d029d7d1bdd63711c9955ed6b141f843ac.tar.gz
Update to latest version: 0.2.20230523-092610+f12b7eee
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31f2946d4dbe..04bd08299128 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.20230426.145232+7ea1f245
+ pkgver = 0.2.20230523.092610+f12b7eee
pkgrel = 1
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.20230426-145232+7ea1f245/sapling_0.2.20230426-145232+7ea1f245_amd64.Ubuntu22.04.deb
- sha256sums = fc1ba825b5e7e58ba8a664f9a57b5856234895075fddae78fe87f9cb63ceca84
+ source = https://github.com/facebook/sapling/releases/download/0.2.20230523-092610+f12b7eee/sapling_0.2.20230523-092610+f12b7eee_amd64.Ubuntu22.04.deb
+ sha256sums = 916ad6c7088a7cb47a3d511ea669140d6305d882ddefd95320c0e38e5c1cbeb0
pkgname = sapling-scm-bin
diff --git a/PKGBUILD b/PKGBUILD
index b7e28dce35ec..319618466960 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lars Sjöström <(firstname) @ radicore.se>
pkgname=sapling-scm-bin
-_realver=0.2.20230426-145232+7ea1f245
+_realver=0.2.20230523-092610+f12b7eee
pkgver="${_realver//-/.}" # dashes aren't allowed in pkgver
pkgrel=1
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=('fc1ba825b5e7e58ba8a664f9a57b5856234895075fddae78fe87f9cb63ceca84')
+sha256sums=('916ad6c7088a7cb47a3d511ea669140d6305d882ddefd95320c0e38e5c1cbeb0')
package() {
cd "${srcdir}"