Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
upg(moon): 1.24.3-1
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47 committed May 1, 2024
1 parent ad7b69e commit abcf483
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions moon/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = moon
pkgdesc = Task runner and repo management tool for the web ecosystem
pkgver = 1.24.2
pkgver = 1.24.3
pkgrel = 1
url = https://github.com/moonrepo/moon
arch = x86_64
Expand All @@ -10,7 +10,7 @@ pkgbase = moon
depends = gcc-libs
depends = xz
options = !lto
source = moon-1.24.2-db31110.tar.gz::https://api.github.com/repos/moonrepo/moon/tarball/db311104cd2fa2c7ebdea908b2b1dbe534cc24b5
sha256sums = fb54c773dd61bb4eedfbeb495bc36f1135b84a4bcebccc41e489e677f6fe4a4b
source = moon-1.24.3-77ba145.tar.gz::https://api.github.com/repos/moonrepo/moon/tarball/77ba1457515b4bf0929ab4131e46477db67632b9
sha256sums = 563e10be57d40d5856a489549d59d4b88e7108474473b627d969024dafab16da

pkgname = moon
6 changes: 3 additions & 3 deletions moon/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

pkgname=moon
pkgdesc='Task runner and repo management tool for the web ecosystem'
pkgver=1.24.2
pkgver=1.24.3
pkgrel=1
license=('MIT')
_gh_owner='moonrepo'
Expand All @@ -15,10 +15,10 @@ arch=('x86_64' 'aarch64')
depends=('gcc-libs' 'xz')
makedepends=('cargo')
options=('!lto')
_sha='db311104cd2fa2c7ebdea908b2b1dbe534cc24b5'
_sha='77ba1457515b4bf0929ab4131e46477db67632b9'
_short_sha="${_sha::7}"
source=("${pkgname}-${pkgver}-${_short_sha}.tar.gz::https://api.github.com/repos/${_gh_owner}/${_gh_repo}/tarball/${_sha}")
sha256sums=('fb54c773dd61bb4eedfbeb495bc36f1135b84a4bcebccc41e489e677f6fe4a4b')
sha256sums=('563e10be57d40d5856a489549d59d4b88e7108474473b627d969024dafab16da')

prepare() {
cd "${_gh_owner}-${_gh_repo}-${_short_sha}"
Expand Down

0 comments on commit abcf483

Please sign in to comment.