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.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47 committed Apr 19, 2024
1 parent e14d74e commit 55e3aab
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.0
pkgver = 1.24.1
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.0-3b170a2.tar.gz::https://api.github.com/repos/moonrepo/moon/tarball/3b170a2e81fc55c12f09e48d0fc930b9ba3e15d3
sha256sums = 420ad83d43216fc2e1dbbbb8f454379fe18c5ad0ff5d9ea33cd5b89fda926c45
source = moon-1.24.1-63bfb43.tar.gz::https://api.github.com/repos/moonrepo/moon/tarball/63bfb438573bc99a05ebacf1262569a572cb6191
sha256sums = ce9d016a2e1a768e0b130d87525d2558a8eb64947962f3f4c58436de70e5388c

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.0
pkgver=1.24.1
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='3b170a2e81fc55c12f09e48d0fc930b9ba3e15d3'
_sha='63bfb438573bc99a05ebacf1262569a572cb6191'
_short_sha="${_sha::7}"
source=("${pkgname}-${pkgver}-${_short_sha}.tar.gz::https://api.github.com/repos/${_gh_owner}/${_gh_repo}/tarball/${_sha}")
sha256sums=('420ad83d43216fc2e1dbbbb8f454379fe18c5ad0ff5d9ea33cd5b89fda926c45')
sha256sums=('ce9d016a2e1a768e0b130d87525d2558a8eb64947962f3f4c58436de70e5388c')

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

0 comments on commit 55e3aab

Please sign in to comment.