summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Lundin2023-04-30 13:55:36 +0200
committerDaniel Lundin2023-04-30 13:57:02 +0200
commit8feedb5ac12c4b8308deeb08f2980e19aaefb630 (patch)
treeae8e6e3c75a01f824255010c52ae2742fa8573fe
parent4f15a8b61a139548f8e9fc3fc54cd7126658b3f5 (diff)
downloadaur-8feedb5ac12c4b8308deeb08f2980e19aaefb630.tar.gz
Update to latest version: 0.2.20230426-145232+7ea1f245
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a15e01d0fb6b..31f2946d4dbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sapling-scm-bin
pkgdesc = Sapling SCM is a cross-platform, highly scalable, Git-compatible source control system.
- pkgver = 0.2.20230330.193452.h69692651
- pkgrel = 2
+ pkgver = 0.2.20230426.145232+7ea1f245
+ pkgrel = 1
epoch = 1
url = https://sapling-scm.com/
arch = x86_64
@@ -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.20230330-193452-h69692651/sapling_0.2.20230330-193452-h69692651_amd64.Ubuntu22.04.deb
- sha256sums = e7d9cf7e0f303bad1936758c722da8b16bb590ad3095068c8fac37d69fcbedda
+ 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
pkgname = sapling-scm-bin
diff --git a/PKGBUILD b/PKGBUILD
index b3aeb8d5aa08..b7e28dce35ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Lars Sjöström <(firstname) @ radicore.se>
pkgname=sapling-scm-bin
-_realver=0.2.20230330-193452-h69692651
+_realver=0.2.20230426-145232+7ea1f245
pkgver="${_realver//-/.}" # dashes aren't allowed in pkgver
-pkgrel=2
+pkgrel=1
epoch=1
pkgdesc='Sapling SCM is a cross-platform, highly scalable, Git-compatible source control system.'
arch=('x86_64')
@@ -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=('e7d9cf7e0f303bad1936758c722da8b16bb590ad3095068c8fac37d69fcbedda')
+sha256sums=('fc1ba825b5e7e58ba8a664f9a57b5856234895075fddae78fe87f9cb63ceca84')
package() {
cd "${srcdir}"