diff options
author | Artemis Everfree <artemis@artemis.sh> | 2024-11-10 19:15:20 -0800 |
---|---|---|
committer | Artemis Everfree <artemis@artemis.sh> | 2024-11-10 19:15:50 -0800 |
commit | d8dc72dff9e69c2adf4d4c6ba1127a1973d7c604 (patch) | |
tree | 9ded9630b6e72346e8ba9c7fdc2de9476e7599c5 /sys-apps | |
parent | net-voip/gnome-calls: add 47.0, drop 45.0 (diff) | |
download | guru-d8dc72dff9e69c2adf4d4c6ba1127a1973d7c604.tar.gz guru-d8dc72dff9e69c2adf4d4c6ba1127a1973d7c604.tar.bz2 guru-d8dc72dff9e69c2adf4d4c6ba1127a1973d7c604.zip |
sys-apps/pnpm-bin: add 9.12.3, drop 9.0.6
Signed-off-by: Artemis Everfree <artemis@artemis.sh>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/pnpm-bin/Manifest | 3 | ||||
-rw-r--r-- | sys-apps/pnpm-bin/pnpm-bin-9.12.3.ebuild (renamed from sys-apps/pnpm-bin/pnpm-bin-9.0.6.ebuild) | 9 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-apps/pnpm-bin/Manifest b/sys-apps/pnpm-bin/Manifest index 193602bca..ec98b1a48 100644 --- a/sys-apps/pnpm-bin/Manifest +++ b/sys-apps/pnpm-bin/Manifest @@ -1,4 +1,5 @@ -DIST pnpm-bin-9.0.6 58732810 BLAKE2B 78647187661a3ca4174e33c32b35fc4cd002d60fc84afda6de3bf69c40ebb7cd98f6daea7395b32610493fa1d18ece770148739b8918f9ba5f71dee274eb7444 SHA512 c9a7ecaf51aaf48b68292c7d554864efd0d3e6f1c2a434b09df0b951589a71f14ed3e72f83e0c16e54b3c9cb7c819712b58e291b38297fdf26325316632fd167 +DIST pnpm-bin-9.12.3-amd64 68151033 BLAKE2B ca06a4db4ae9a79c0e80d02544b9ebdc302678ee3cf0b9bd78de81ef0e9636b4e2b7d79ef568a1c30b4ca1277e746885eaf0caf1f8dc646dcf86adc886bb568d SHA512 cd8d5779d637df41948edafb700099db5a367358f05334e2dd142b5779ac129d05db7e5452de70612aae839ff23b41634991d88b039624f0fa70bacd173d4c4e +DIST pnpm-bin-9.12.3-arm64 64176425 BLAKE2B e2d1dfc4feb08590e7081136e09d9bbc539185b480ca9f7235adcb7946271eadea3ec5e913701fa4b21dbbda09b8f806d9268f4be1e20a80156314533ace27ef SHA512 1be62aa3cba73ea52f6ce3db73a6e68ac89c9e0fe29e30bd131c0e4f5a7f93d5f2be7d68f415fd1f8dab0e1b914cb2ea719acc229e10bdc63b4ff352df936996 DIST pnpm-bin-9.5.0 59513182 BLAKE2B 3fc1e81784a7bf4f177b504cd9941cc9ffb9b50a4a47ea14b76dfcd200f2322e57fed0f1087e17a85bcf62d6d7e179324c6c2c449a34694b12e72b7815c03e0e SHA512 c32c103cb32111617f2401bbd785f796c44516929b389a82728b3b831a6ed72073f1fc87af918d501f5a93422687bccc322ae30a001f22bc3e2a39d736c9a95e DIST pnpm-bin-9.6.0-amd64 59521974 BLAKE2B 9bdcba32ba94ef9db6c49ddb5ed10d56003da585b897eaf3687055d38fc05810b4b1a6c0f05558d4417bdcbf52c072a1b7ff153eb2209fa8211a80a430a78966 SHA512 6e6f14cf0d52f2046206cb032b797a9c10623ea2e4a23e222d6791de166a02fdea8c9c365b8d2500448a92cf5e49eb5866bbf95ac69eaa6abe8fed817ee2a2f7 DIST pnpm-bin-9.6.0-arm64 58044950 BLAKE2B 24242ba24c4aebdbfadc8438900a0e7504ef44c8252f1f866b9437be340dc54c8847b5f84fccb79174e3519e9a1f3aa7bf82388f1f839022210bccb374c8f76b SHA512 9139ce7e4120310ae49eda2bb51f3e3c592d2db7860da9d1004e733c8d95ee62c4de2679e8807ebb10c9ec341626518d681ffff6a94562a8bf7c94b3a1ff7fe5 diff --git a/sys-apps/pnpm-bin/pnpm-bin-9.0.6.ebuild b/sys-apps/pnpm-bin/pnpm-bin-9.12.3.ebuild index 82c1dea50..4dada5bb0 100644 --- a/sys-apps/pnpm-bin/pnpm-bin-9.0.6.ebuild +++ b/sys-apps/pnpm-bin/pnpm-bin-9.12.3.ebuild @@ -5,18 +5,21 @@ EAPI=8 DESCRIPTION="Fast, disk space efficient package manager, alternative to npm and yarn" HOMEPAGE="https://pnpm.io" -SRC_URI="https://github.com/pnpm/pnpm/releases/download/v${PV}/pnpm-linux-x64 -> ${P}" +SRC_URI=" + amd64? ( https://github.com/pnpm/pnpm/releases/download/v${PV}/pnpm-linux-x64 -> ${P}-amd64 ) + arm64? ( https://github.com/pnpm/pnpm/releases/download/v${PV}/pnpm-linux-arm64 -> ${P}-arm64 ) +" S="${WORKDIR}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64 -*" RESTRICT="strip" QA_PREBUILT="usr/bin/pnpm" src_install() { - newbin "${DISTDIR}/${P}" pnpm + newbin "${DISTDIR}/${P}-${ARCH}" pnpm } |