Compare commits

..

No commits in common. "40d8b1cfb127acabf608bb7437f763556f9ca2cf" and "544f2a0d1894d8de6a0ec654d8e02c1423b3f3a3" have entirely different histories.

5 changed files with 7 additions and 7 deletions

View File

@ -1,2 +1,2 @@
AUR_NAME="1password"
AUR_UPDATED="1687888000"
AUR_UPDATED="1685476380"

View File

@ -1,2 +1,2 @@
AUR_NAME="brave-nightly-bin"
AUR_UPDATED="1687882712"
AUR_UPDATED="1687853185"

View File

@ -1,6 +1,6 @@
# Maintainer: MedzikUser <nivua1fn@duck.com>
pkgname='firebase-tools'
pkgver="12.4.1"
pkgver="12.4.0"
pkgrel=1
pkgdesc='The Firebase Command Line Tools'
arch=('any')
@ -11,7 +11,7 @@ makedepends=('npm')
_file="${pkgname}-${pkgver}.tgz"
source=("https://registry.npmjs.org/${pkgname}/-/${_file}")
noextract=("${_file}")
sha256sums=('4cae8b5b5843cf61ae80f5b4afb95d907a693ae8bbab44c73b89b95576ed623f')
sha256sums=('3a1d2b12e0c86e5d5bb24ace12a9b95501ccb650889060ae6655dddcef5891da')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"

View File

@ -1,2 +1,2 @@
AUR_NAME="insomnia"
AUR_UPDATED="1687896449"
AUR_UPDATED="1684354697"

View File

@ -3,7 +3,7 @@ _pkgname='netlify-cli'
pkgname='netlify'
provides=("${pkgname}-cli")
conflicts=("${pkgname}-cli")
pkgver="15.7.0"
pkgver="15.6.0"
pkgrel=1
pkgdesc='Create, deploy, and delete new sites hosted on Netlify straight from your terminal'
arch=('any')
@ -14,7 +14,7 @@ makedepends=('npm')
_file="${_pkgname}-${pkgver}.tgz"
source=("https://registry.npmjs.org/${_pkgname}/-/${_file}")
noextract=("$_file")
sha256sums=('92492cb80421b604f5351548975e08127699a1cf525d8687afff6c048e472d7e')
sha256sums=('1e42363052b82a8f99d60ccc228b574f8830c5df64683095c719b63347fd73c8')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"