Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / mujs


Commits:
81723f05 by Daniel Bermond at 2024-06-22T17:27:16-03:00
upgpkg: 1.3.5-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
 pkgbase = mujs
        pkgdesc = An embeddable Javascript interpreter in C
-       pkgver = 1.3.4
+       pkgver = 1.3.5
        pkgrel = 1
        url = https://mujs.com/
        arch = x86_64
        license = ISC
        depends = readline
-       source = https://github.com/ccxvii/mujs/archive/1.3.4/mujs-1.3.4.tar.gz
+       source = https://github.com/ccxvii/mujs/archive/1.3.5/mujs-1.3.5.tar.gz
        source = 010-mujs-use-arch-flags.patch
-       sha256sums = 
c015475880f6a382e706169c94371a7dd6cc22078832f6e0865af8289c2ef42b
+       sha256sums = 
78a311ae4224400774cb09ef5baa2633c26971513f8b931d3224a0eb85b13e0b
        sha256sums = 
f5a2cf4865f00b676f51264ef5a55d4dc953125e209f99c8fb81a76bb76fd42f
 
 pkgname = mujs


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond <dberm...@archlinux.org>
 
 pkgname=mujs
-pkgver=1.3.4
+pkgver=1.3.5
 pkgrel=1
 pkgdesc='An embeddable Javascript interpreter in C'
 arch=('x86_64')
@@ -10,7 +10,7 @@ license=('ISC')
 depends=('readline')
 
source=("https://github.com/ccxvii/mujs/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";
         '010-mujs-use-arch-flags.patch')
-sha256sums=('c015475880f6a382e706169c94371a7dd6cc22078832f6e0865af8289c2ef42b'
+sha256sums=('78a311ae4224400774cb09ef5baa2633c26971513f8b931d3224a0eb85b13e0b'
             'f5a2cf4865f00b676f51264ef5a55d4dc953125e209f99c8fb81a76bb76fd42f')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mujs/-/commit/81723f053eb12fc05a7079b02fbcae86f88746f9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mujs/-/commit/81723f053eb12fc05a7079b02fbcae86f88746f9
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to